Skip to main content

IXlMergedCells.Item[Int32] Property

Provides access to the merged cell by its index in the collection.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

XlCellRange this[int index] { get; }

Parameters

Name Type Description
index Int32

A zero-based integer specifying the merged cell’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.

Property Value

Type Description
XlCellRange

A XlCellRange object associated with the merged cell.

See Also