Deletes a range of rows or columns from the containing RenderTable.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Delete( int position, int count ) |
Visual Basic |
---|
Public Sub Delete ( _ position As Integer, _ count As Integer _ ) |
Parameters
- position
- Type: System..::..Int32
The index of the first row or column to delete.
- count
- Type: System..::..Int32
The number of rows or columns to delete.