|
FlexCel Studio for VCL/LCL
|
Sets the Outline level for a column range.
procedure SetColOutlineLevel(const FirstCol: integer; const LastCol: integer; const Level: integer);
__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!
|