Class CalcReference
public class CalcReference
extends Object
Represents an area in a spreadsheet.
-
Constructor Summary
Constructors
-
Method Summary
final boolean
Gets whether the reference is a 3D reference.
final boolean
Gets whether the reference is in another workbook.
final int
Gets the count of the ranges in current area.
Get the values of all ranges.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
- Returns:
- The range collection.
-
getValues
public final Object getValues()
Get the values of all ranges.
- Returns:
- The values of all ranges.