'Declaration
Public Enum SpecialCellsValue Inherits System.Enum
'Usage
Dim instance As SpecialCellsValue
public enum SpecialCellsValue : System.Enum
'Declaration
Public Enum SpecialCellsValue Inherits System.Enum
'Usage
Dim instance As SpecialCellsValue
public enum SpecialCellsValue : System.Enum
Member | Description |
---|---|
All | Cells with any value. |
Errors | Cells with errors. |
Logical | Cells with logical values. |
Numbers | Cells with numeric values. |
TextValues | Cells with text. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.SpecialCellsValue