Package com.grapecity.documents.excel
Class CalcReference
java.lang.Object
com.grapecity.documents.excel.CalcReference
Represents an area in a spreadsheet.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CalcReference
public CalcReference()
-
-
Method Details
-
getRangeCount
public final int getRangeCount()Gets the count of the ranges in current area.- Returns:
- The range count.
-
getIsExternalReference
public final boolean getIsExternalReference()Gets whether the reference is in another workbook.- Returns:
- True if the reference is an external reference, false otherwise.
-
getIs3DReference
public final boolean getIs3DReference()Gets whether the reference is a 3D reference.- Returns:
- True if the reference is a 3D reference, false otherwise.
-
getRanges
Get the allIRange.- Returns:
- The range collection.
-
getValues
Get the values of all ranges.- Returns:
- The values of all ranges.
-