public class CalcReference
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIs3DReference()
If the reference is 3d reference.
|
boolean |
getIsExternalReference()
If the reference is in other workbook.
|
int |
getRangeCount()
Gets the count of the ranges in current area.
|
java.util.List<IRange> |
getRanges()
Get the all
IRange . |
Value |
getValue() |
java.lang.Object |
getValues()
Get the values of all ranges.
|
public final Value getValue()
public final int getRangeCount()
public final boolean getIsExternalReference()
public final boolean getIs3DReference()
public final java.util.List<IRange> getRanges()
IRange .public final java.lang.Object getValues()