[]
        
(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)
Public Sub Delete(position As Integer, count As Integer)
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)
Public Sub Delete(position As Integer)
Parameters
Type Name Description
int position

The index of the row or column to delete.