[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregationDataModel.AddColumns

AddColumns Method

AddColumns(int, int)

Adds one or more columns to the data model at the specified position.

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

Index of column at which to add a new column

int columnCount

Number of columns to add

Implements