Click or drag to resize

XlsName MergeArea Property

Returns a Range object that represents the merged range containing the specified cell. If the specified cell is not part of a merged range, this property returns NULL. Read-only.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange MergeArea { get; }

Property Value

Type: IXLSRange

Implements

IXLSRange MergeArea
See Also