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


RemoveColumn Method (DefaultSheetDataModel)
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)

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