Skip to main content

IXlMergedCells.Contains(XlCellRange) Method

Determines whether the collection contains the specified merged cell.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

bool Contains(
    XlCellRange range
)

Parameters

Name Type Description
range XlCellRange

A XlCellRange object associated with the merged cell to locate in the collection.

Returns

Type Description
Boolean

true, if the specified cell range is merged and belongs to the collection; otherwise, false.

See Also