类 CalcReference

java.lang.Object
com.grapecity.documents.excel.CalcReference

public class CalcReference extends Object
Represents an area in a spreadsheet.
  • 构造器详细资料

    • 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

      public final Object getValues()
      Get the values of all ranges.
      返回:
      The values of all ranges.