Enum ValueType
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum ValueType : int
Fields
| Name | Description |
|---|---|
| Boolean | Cell containing a boolean |
| Empty | |
| Error | Cell containing an error |
| Number | Cell containing a number |
| String |