[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.OnAddColumns

OnAddColumns Method

OnAddColumns(int, int)

Processes the addition of columns to the data model and updates the other models and internal variables of the fpSpread component.

Declaration
protected virtual void OnAddColumns(int column, int count)
Protected Overridable Sub OnAddColumns(column As Integer, count As Integer)
Parameters
Type Name Description
int column

Column index at which to start

int count

Number of columns to add