Table of Contents

XlsFile.CellMergedList Method

The Merged cell at position index on the mergedcell list.

Syntax

Namespace: FlexCel.XlsAdapter

public override TXlsCellRange CellMergedList(Int32 index)

Parameters

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

Returns

The merged cell at position index.

See also