[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregationDataModel.RemoveColumns

RemoveColumns Method

RemoveColumns(int, int)

Removes one or more columns starting with the column at the specified position.

Declaration
public void RemoveColumns(int column, int columnCount)
Public Sub RemoveColumns(column As Integer, columnCount As Integer)
Parameters
Type Name Description
int column

Index of first column to remove

int columnCount

Number of columns to remove

Implements