Click or drag to resize
CellValueType Enumeration
Indicates the type of value stored or retrieved with OnGetStyleRowCol(GetStyleRowColEventArgs) and OnStoreStyleRowCol(StoreStyleRowColEventArgs).

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum CellValueType
Members
  Member nameValueDescription
BaseStyle-1 Retrieve the style from the cells-array with the base styles for rows, columns or the table.
Text0 Retrieve the style from the cells-array with cell contents.
Expression1 The style value should be the formula expression for the cell (or the cell text if the cell is not a formula cell).
See Also