[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormattingModel.AddColumns

AddColumns Method

AddColumns(int, int)

Adds columns of cells after the specified column.

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

Column index of column after which to add columns

int columnCount

Number of columns to add

Implements