Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableColCollection Class / Delete Method / Delete(Int32,Int32) Method
The index of the first row or column to delete.
The number of rows or columns to delete.

In This Topic
    Delete(Int32,Int32) Method
    In This Topic
    Deletes a range of rows or columns from the containing RenderTable.
    Syntax
    'Declaration
     
    Public Overloads Sub Delete( _
       ByVal position As Integer, _
       ByVal count As Integer _
    ) 
    public void Delete( 
       int position,
       int count
    )

    Parameters

    position
    The index of the first row or column to delete.
    count
    The number of rows or columns to delete.
    See Also