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; }
Public ReadOnly Property MergeArea As IXLSRange
Get
public:
virtual property IXLSRange^ MergeArea {
IXLSRange^ get () sealed;
}
abstract MergeArea : IXLSRange with get
override MergeArea : IXLSRange with get
Property Value
Type:
IXLSRange
Implements
IXLSRange
MergeArea
See Also