Click or drag to resize
FormatType Enumeration
The content type of a cell with respect to formatting the cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public enum FormatType
Members
  Member nameValueDescription
Numeric0 Numeric value (can be int, float, double, or decimal)
DateTime1 Date Time data Type
String2 Generic String
Boolean3 Bool DataType
Remarks
This enumeration describes the contents of the cell.
See Also