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

In This Topic
    Delete(Int32) Method
    In This Topic
    Deletes a row or column from the containing RenderTable.
    Syntax
    'Declaration
     
    Public Overloads Sub Delete( _
       ByVal position As Integer _
    ) 
    public void Delete( 
       int position
    )

    Parameters

    position
    The index of the row or column to delete.
    See Also