Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SpecialCellsValue Enumeration


SpecialCellsValue Enumeration
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
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