类 CalcReference
java.lang.Object
com.grapecity.documents.excel.CalcReference
Represents an area in a spreadsheet.
-
构造器概要
-
方法概要
修饰符和类型方法说明final boolean
If the reference is 3d reference.final boolean
If the reference is in other workbook.final int
Gets the count of the ranges in current area.final Object
Get the values of all ranges.
-
构造器详细资料
-
CalcReference
public CalcReference()
-
-
方法详细资料
-
getRangeCount
public final int getRangeCount()Gets the count of the ranges in current area.- 返回:
- The range count.
-
getIsExternalReference
public final boolean getIsExternalReference()If the reference is in other workbook. -
getIs3DReference
public final boolean getIs3DReference()If the reference is 3d reference. -
getValues
Get the values of all ranges.- 返回:
- The values of all ranges.
-