[]
        
(Showing Draft Content)

C1.C1Preview.TableVectorCollection.Insert

Insert Method

Insert(int, int)

Inserts a range of rows or columns into the containing RenderTable.

Declaration
public void Insert(int position, int count)
Parameters
Type Name Description
int position

The position where to insert rows or columns.

int count

The number of rows or columns to insert.

Insert(int)

Inserts a row or column into the containing RenderTable.

Declaration
public void Insert(int position)
Parameters
Type Name Description
int position

The position where to insert the row or column.