Objective Grid for Microsoft® .NET® Reference Guide

CellValueType Enumeration

Back to Class Index

This enumeration indicates the type of value stored or retrieved with GridControl.OnGetStyleRowCol and GridControl.OnStoreStyleRowCol.     

[Visual Basic]
Public Enum CellValueType
[C#]
public enum CellValueType

Members

Member NameDescription
Expressionindicates that the style value should be the formula expression for the cell (or the cell text if the cell is not a formula cell)     
TextFor formula cells, the formula is displayed, rather than the computed value.     
BaseStylespecifies to retrieve the style from the cells-array with the base styles for rows, columns or the table     

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace