[]
Represents an area in a spreadsheet.
public class CalcReference
If the reference is 3d reference.
public bool Is3DReference { get; }
If the reference is in other workbook.
public bool IsExternalReference { get; }
Gets the count of the ranges in current area.
public int RangeCount { get; }
The range count.
Get the all IRange.
public IEnumerable<IRange> GetRanges()
The range collection.
Get the values of all ranges.
public object GetValues()
The values of all ranges.