'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)
public new void RemoveColumns( int column, int columnCount )
Parameters
- column
- An integer value indicates the index of first column to remove.
- columnCount