TXlsFile.CellMergedList Method
The Merged cell at position index on the mergedcell list.
Syntax
Unit: FlexCel.XlsAdapter
function TXlsFile.CellMergedList(const index: Integer): TXlsCellRange; override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
index on the list (1 based) |
Returns
The merged cell at position index.
See also