[]
        
(Showing Draft Content)

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

Index of first column to remove

int count

Number of columns to remove

Implements
Exceptions
Type Condition
ArgumentOutOfRangeException

Specified column is out of range; must be between 0 and total number of columns

ArgumentOutOfRangeException

Specified number of columns is out of range; must be between 1 and total number of columns beyond the specified starting column