Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableColumn Interface / Delete Method
The total number of removed columns.


In This Topic
    Delete Method (ITableColumn)
    In This Topic
    Deletes the column of data in the table.
    Syntax
    'Declaration
     
    
    Function Delete( _
       Optional ByVal count As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As ITableColumn
    Dim count As Integer
    Dim value As Boolean
     
    value = instance.Delete(count)
    bool Delete( 
       int count
    )

    Parameters

    count
    The total number of removed columns.

    Return Value

    true if the table column is removed, false otherwise.
    Remarks
    This method does not remove the column from the sheet.
    See Also