FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelImport.DeleteCols Method

Deletes a range of columns

Pascal
procedure DeleteCols(const aCol: integer; const aCount: integer);
C++
__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!