Rows.Add Method
Returns a Row object that represents a row being added to a table.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function Add ( _
BeforeRow As Integer _
) As Row
'Usage
Dim instance As Rows
Dim BeforeRow As Integer
Dim returnValue As Row
returnValue = instance.Add(BeforeRow)
Row Add(
int BeforeRow
)
Parameters
- BeforeRow
Type: System.Int32
The row before which the row is to be added.
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Row