类 SpecialCellsValue

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

public class SpecialCellsValue extends Object
指定要包含在结果中的具有特定类型值的单元格。
  • 字段详细资料

    • Errors

      public static final SpecialCellsValue Errors
      包含错误的单元格。
    • Logical

      public static final SpecialCellsValue Logical
      具有逻辑值的单元格。
    • Numbers

      public static final SpecialCellsValue Numbers
      含有数值的单元格。
    • TextValues

      public static final SpecialCellsValue TextValues
      包含文本的单元格。
  • 构造器详细资料

    • SpecialCellsValue

      public SpecialCellsValue()