Table of Contents

ExcelFile.CellMergedBounds Method

Merged Range where the cell is.

Syntax

Namespace: FlexCel.Core

public abstract TXlsCellRange CellMergedBounds(Int32 row, Int32 col)

Parameters

<-> Parameter Type Description
row Int32 Row Index (1 based)
col Int32 Column Index (1 based)

Returns

The range where the cell is

Examples

If you have a merged cell in range A1: B2, calling CellMergedBounds on any of the cells: A1, B1, A2, B2 will return A1:B2.

See also