Table of Contents

TExcelFile.CellMergedList Method

The Merged cell at position index on the mergedcell list.

Syntax

Unit: FlexCel.Core

function TExcelFile.CellMergedList(const index: Integer): TXlsCellRange; virtual; abstract;

Parameters

<-> Parameter Type Description
const index Integer index on the list (1 based)

Returns

The merged cell at position index.

See also