|
FlexCel Studio for VCL/LCL
|
Deletes a range of rows
procedure DeleteRows(const aRow: integer; const aCount: integer);
__fastcall DeleteRows(const int aRow, const int aCount);
|
Parameters |
Description |
|
const aRow: integer |
First row to delete. |
|
const aCount: integer |
Number of rows to delete. |
This method deletes aCount rows from the Active sheet starting with aRow
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|