|
FlexCel Studio for VCL/LCL
|
Unmerges the range of cells.
procedure UnMergeCells(const FirstRow: integer; const FirstCol: integer; const LastRow: integer; const LastCol: integer);
__fastcall UnMergeCells(const int FirstRow, const int FirstCol, const int LastRow, const int LastCol);
|
Parameters |
Description |
|
const FirstRow: integer |
First row of the merged cell. |
|
const FirstCol: integer |
First column of the merged cell. |
|
const LastRow: integer |
Last row of the merged cell. |
|
const LastCol: integer |
Last column of the merged cell. |
The coordinates have to be exact, if there is no merged cell with the exact coordinates, nothing will be done.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|