Click or drag to resize

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()

Return Value

Type: ReferRangeArea
An array of ReferRangeArea objects representing the reference ranges.
See Also