TIWCGJQCustomSpreadSheet.AddMultipleRows(Integer,Integer,boolean,boolean) Method
Add multiple rows to active sheet.
public procedure AddMultipleRows(const ACount: Integer = -1; const ARowIndex: Integer = -1; const ABefore: boolean = False; const ASkipFormulaReParse: boolean = False);
Parameters
- ACount
- Type: Integer
The number of rows you'd like to add.
- ARowIndex
- Type: Integer
Index where rows should be added.
- ABefore
- Type: boolean
Default: False - if set to true, places row before/after the selected row.
- ASkipFormulaReParse
- Type: boolean
Re-parses formulas if needed