TIWCGJQCustomSpreadSheet.AddColumn(Integer,boolean) Method

Add column to active sheet.

Namespace: IWCGJQSpreadSheet
public
 procedure AddColumn(const AColumnIndex: Integer = -1; const ABefore: boolean = False); overload;

Parameters

AColumnIndex
Type: Integer

Index where column should be added.

ABefore
Type: boolean

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