Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SpecialCellType Enumeration


In This Topic
    SpecialCellType Enumeration
    In This Topic
    Specifies the type of cells.
    Syntax
    'Declaration
     
    
    Public Enum SpecialCellType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SpecialCellType
    public enum SpecialCellType : System.Enum 
    Members
    MemberDescription
    AllFormatConditionsCells of any format.
    AllValidationCells having validation criteria.
    BlanksEmpty cells.
    CommentsCells containing notes.
    ConstantsCells containing constants. Use the SpecialCellsValue to filter values by data types.
    FormulasCells containing formulas. Use the SpecialCellsValue to filter formulas by return types.
    LastCellThe last cell in the used range.
    SameFormatConditionsCells having the same format.
    SameValidationCells having the same validation criteria.
    VisibleAll visible cells.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.SpecialCellType

    See Also