Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITableColumns Interface / Delete Method
0 based Integer. Specifies the relative position of the deleted column(s).
Specifies the count of the deleted column(s).
In This Topic
    Delete Method (ITableColumns)
    In This Topic
    Deletes the column(s) of data in the table.
    Syntax
    void Delete( 
       System.int position,
       System.int count
    )

    Parameters

    position
    0 based Integer. Specifies the relative position of the deleted column(s).
    count
    Specifies the count of the deleted column(s).
    See Also