CellRange
GetReferRanges Method
|
Retrieves the reference ranges.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ReferRangeArea[] GetReferRanges()
Public Function GetReferRanges As ReferRangeArea()
public:
array<ReferRangeArea^>^ GetReferRanges()
member GetReferRanges : unit -> ReferRangeArea[]
Return Value
Type:
ReferRangeArea
An array of ReferRangeArea objects representing the reference ranges.
See Also