Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SpecialCellType Enumeration
In This Topic
    SpecialCellType Enumeration
    In This Topic
    Specifies the type of cells.
    Syntax
    public enum SpecialCellType : System.Enum 
    Members
    MemberDescription
    AllFormatConditions Cells of any format condition in the specified range.
    AllValidation Cells having validation criteria in the specified range.
    Blanks Empty cells in the specified range.
    Comments Cells containing notes in the specified range.
    ConstantsCells containing constants. Use the SpecialCellsValue to filter values by data types.
    FormulasCells containing formulas. Use the SpecialCellsValue to filter formulas by return types.
    LastCell The last visible cell in the used range of the worksheet of the specified range.
    MergedCells Merged cells that intersects with the specified range.
    SameFormatConditions Cells having the same format as the top-left cell of the specified range.
    SameValidation Cells having the same validation criteria as the top-left cell of the specified range.
    Visible All visible cells in the specified range.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.SpecialCellType

    See Also