Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / RemoveColumn Method
Index of column to remove


In This Topic
    RemoveColumn Method (DefaultSheetDataModel)
    In This Topic
    Removes a column at the specified position.
    Syntax
    'Declaration
     
    
    Public Sub RemoveColumn( _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim column As Integer
     
    instance.RemoveColumn(column)
    public void RemoveColumn( 
       int column
    )

    Parameters

    column
    Index of column to remove
    Exceptions
    ExceptionDescription
    Specified column is out of range; must be between 0 and total number of columns
    See Also