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

Deletes a range of rows

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