PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / TableVectorCollection 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