[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.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 count)
Public Sub AddColumns(column As Integer, count As Integer)
Parameters
Type Name Description
int column

Index of column at which to add a new column

int count

Number of columns to add

Implements
Exceptions
Type Condition
ArgumentOutOfRangeException

Specified column index is out of range; must be between zero and the number of columns

ArgumentOutOfRangeException

Specified number of columns is out of range; must be greater than zero