Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / RemoveColumns Method
An integer value indicates the index of first column to remove.


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

Parameters

column
An integer value indicates the index of first column to remove.
columnCount
See Also