public enum CellTypes : System.Enum
'Declaration Public Enum CellTypes Inherits System.Enum
Member | Description |
---|---|
Blank | Represents a blank cell |
BoolErr | Represents a cell, containing a boolean value |
Label | Represents a cell, containing a string value |
Number | Represents a cell, containing a numeric value |
System.Object
System.ValueType
System.Enum
GrapeCity.SpreadBuilder.Cells.CellTypes