Class CalcReference
public class CalcReference
extends Object
表示电子表格中的一个区域。
-
Constructor Summary
Constructors
-
Method Summary
final boolean
final boolean
final int
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()
获取当前区域内的范围计数。
- Returns:
- 范围计数。
-
getIsExternalReference
public final boolean getIsExternalReference()
获取引用是否位于其他工作簿中。
-
getIs3DReference
public final boolean getIs3DReference()
获取引用是否为3D引用。
-
-
getValues
public final Object getValues()
获取所有范围的值。
- Returns:
- 所有范围的值。