Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / SpecialCellType Enumeration
In This Topic
    SpecialCellType Enumeration
    In This Topic
    Specifies the type of cells.
    Members
    MemberDescription
    AllFormatConditionsCells of any format condition in the specified range.
    AllValidationCells having validation criteria in the specified range.
    BlanksEmpty cells in the specified range.
    CommentsCells containing notes in the specified range.
    ConstantsCells containing constants. Use the SpecialCellsValue enumeration to filter values by data types.
    FormulasCells containing formulas. Use the SpecialCellsValue enumeration to filter formulas by return types.
    LastCellThe last visible cell in the used range of the worksheet of the specified range.
    MergedCellsMerged cells that intersects with the specified range.
    SameFormatConditionsCells having the same format as the top-left cell of the specified range.
    SameValidationCells having the same validation criteria as the top-left cell of the specified range.
    TagsCells containing tags in the specified range.
    VisibleAll visible cells in the specified range.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.SpecialCellType

    See Also