'Declaration <FlagsAttribute()> Public Enum SpecialCellsValue Inherits System.Enum
'Usage Dim instance As SpecialCellsValue
[Flags()] public enum SpecialCellsValue : System.Enum
'Declaration <FlagsAttribute()> Public Enum SpecialCellsValue Inherits System.Enum
'Usage Dim instance As SpecialCellsValue
[Flags()] 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