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