Skip to main content

IXlMergedCells.RemoveAt(Int32) Method

Removes the merged cell at the specified index from the collection.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

A zero-based integer specifying the index of the merged cell to be removed. It should be non-negative and less than the number of elements in the collection.

Remarks

Use the RemoveAt and IXlMergedCells.Remove methods to split a particular merged cell in a worksheet. To split all merged cells at once, use the IXlMergedCells.Clear method.

See Also