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

Sets the Outline level for a column range.

Pascal
procedure SetColOutlineLevel(const FirstCol: integer; const LastCol: integer; const Level: integer);
C++
__fastcall SetColOutlineLevel(const int FirstCol, const int LastCol, const int Level);
Parameters 
Description 
const FirstCol: integer 
Column index of the first column on the range. (1 based) 
const LastCol: integer 
Column index of the last column 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!