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

Sets the Outline level for a row range.

Pascal
procedure SetRowOutlineLevel(const FirstRow: integer; const LastRow: integer; const Level: integer);
C++
__fastcall SetRowOutlineLevel(const int FirstRow, const int LastRow, const int Level);
Parameters 
Description 
const FirstRow: integer 
Row index of the first row on the range. (1 based) 
const LastRow: integer 
Row index of the last row on the range. (1 based) 
const Level: integer 
Outline level. must be between 0 and 7.  

Use this method to group rows in a sheet, the same way you do it from Excel with Tools->Group and Outline menu.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!