[]
        
(Showing Draft Content)

C1.C1Preview.TableVectorCollection.Delete

Delete Method

Delete(int, int)

Deletes a range of rows or columns from the containing RenderTable.

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

The index of the first row or column to delete.

int count

The number of rows or columns to delete.

Delete(int)

Deletes a row or column from the containing RenderTable.

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

The index of the row or column to delete.