Insert(Int32,Int32) Method
In This Topic
Inserts a range of rows or columns into the containing
RenderTable.
Syntax
'Declaration
Public Overloads Sub Insert( _
ByVal As Integer, _
ByVal As Integer _
)
public void Insert(
int ,
int
)
Parameters
- position
- The position where to insert rows or columns.
- count
- The number of rows or columns to insert.
See Also