RangesCollection
MergeArea Property
|
Returns a Range object that represents the merged range containing the specified cell.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public RangesCollection MergeArea { get; }
Public ReadOnly Property MergeArea As RangesCollection
Get
public:
property RangesCollection^ MergeArea {
RangesCollection^ get ();
}
member MergeArea : RangesCollection with get
Property Value
Type:
RangesCollection
See Also