Objective Grid for Microsoft® .NET® Reference Guide

FormatType Enumeration

Back to Class Index

This enumeration specifies the type of contents of a cell with respect to formatting the cell.

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

Remarks

This enumeration describes the contents of the cell.

Members

Member NameDescription
Numeric Numeric value (can be int, float, double, or decimal)
DateTime Date Time data Type
String Generic String
Boolean Bool DataType

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