ExcelRange.MergeArea Property

Gets a merged Range object containing the specified cell or null if the specified cell is not part of a merged range

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelRange MergeArea { get; }

Property Value

ExcelRange

See Also