TIWCGJQCustomSpreadSheet.AddMultipleColumns(Integer,Integer,boolean,boolean) Method

Add multiple columns to active sheet.

Namespace: IWCGJQSpreadSheet
public
 procedure AddMultipleColumns(const ACount: Integer = -1; const AColumnIndex: Integer = -1; const ABefore: boolean = False; const ASkipFormulaReParse: boolean = False);

Parameters

ACount
Type: Integer

The number of columns you'd like to add.

AColumnIndex
Type: Integer

Index where columns should be added.

ABefore
Type: boolean

Default: False - if set to true, places columns before/after the selected column.

ASkipFormulaReParse
Type: boolean

Re-parses formulas if needed.