TIWCGJQCustomSpreadSheet.AddSheet(Integer,Integer,Integer,Integer) Method

Aadds a spreadsheet table.

Namespace: IWCGJQSpreadSheet
public
 procedure AddSheet(const ANumCols: Integer = -1; const ANumRows: Integer = -1; const AColumnWidth: Integer = -1; const ARowHeight: Integer = -1);

Parameters

ANumCols
Type: Integer

Number of columns to create.

Default: -1 : will use the TIWCGJQSpreadSheetDefaults.Cols

ANumRows
Type: Integer

Number of rows to create.Default: -1 : will use the TIWCGJQSpreadSheetDefaults.Rows

AColumnWidth
Type: Integer

ARowHeight
Type: Integer