Click or drag to resize
StyleValueType Enumeration
The data types that can be stored in a grid cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public enum StyleValueType
Members
  Member nameValueDescription
typeString0String data
typeNumeric1Numeric data
typeExpression2Formula expression data
typeError3Error; unknown data
Remarks
This is used by the property TypeOf of the Style class.
See Also