Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SpecialCellsValue Enumeration


In This Topic
    SpecialCellsValue Enumeration
    In This Topic
    Specifies cells with a particular type of value to include in the result.
    Syntax
    'Declaration
     
    
    Public Enum SpecialCellsValue 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SpecialCellsValue
    public enum SpecialCellsValue : System.Enum 
    Members
    MemberDescription
    AllCells with any value.
    ErrorsCells with errors.
    LogicalCells with logical values.
    NumbersCells with numeric values.
    TextValuesCells with text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.SpecialCellsValue

    See Also