'Declaration
Public Function InsertRow( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As Integer
'Usage
Dim instance As FormTable
Dim documentPageIndex As Integer
Dim rowTop As Integer
Dim rowBottom As Integer
Dim value As Integer
value = instance.InsertRow(documentPageIndex, rowTop, rowBottom)
public int InsertRow(
int ,
int ,
int
)
public: int InsertRow(
int ,
int ,
int
)
public:
int InsertRow(
int ,
int ,
int
)
Parameters
- documentPageIndex
- Zero-based index of the DocumentPage containing the new row.
- rowTop
- Top of the new row. Measured in pixels from the top left of the specified DocumentPage.
- rowBottom
- Bottom of the new row. Measured in pixels from the top left of the specified DocumentPage.
Return Value
Zero-based row insertion index.