Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregationDataModel Class / RemoveColumns Method
Index of first column to remove
Number of columns to remove


In This Topic
RemoveColumns Method (AggregationDataModel)
In This Topic
Removes one or more columns starting with the column at the specified position.
Syntax
'Declaration
 
Public Sub RemoveColumns( _
   ByVal column As Integer, _
   ByVal columnCount As Integer _
) 
 
'Usage
 
Dim instance As AggregationDataModel
Dim column As Integer
Dim columnCount As Integer
 
instance.RemoveColumns(column, columnCount)

Parameters

column
Index of first column to remove
columnCount
Number of columns to remove
See Also