Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel 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
    [System.Flags()]
    public enum SpecialCellsValue : System.Enum 
    Members
    MemberDescription
    Errors Cells with errors.
    Logical Cells with logical values.
    Numbers Cells with numeric values.
    TextValues Cells with text.
    Inheritance Hierarchy

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

    See Also