Click or drag to resize

XlsRange CombinedCells Property

Gets the list of combined cells.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public List<CellRange> CombinedCells { get; }

Return Value

Type: List CellRange
A List of CellRange objects representing the combined cells.
See Also