IXlMergedCells.Contains(XlCellRange) Method
Determines whether the collection contains the specified merged cell.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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