TIWCGJQCustomSpreadSheet.DeleteRow(Integer) Method
Remove the row.
public procedure DeleteRow(const ARowIndex: Integer = -1);
Parameters
- ARowIndex
- Type: Integer
Row index.Default: -1 : Removes the currently selected row.
Remove the row.
public procedure DeleteRow(const ARowIndex: Integer = -1);
Row index.Default: -1 : Removes the currently selected row.