Objective Grid for Microsoft® .NET® Reference Guide

StyleInfo.GetFormatType Method 

Back to Class Index

Converts ValueType into FormatType.

[Visual Basic]
Public Shared Function GetFormatType( _
   ByVal vtyp As TypeCode _
) As FormatType
[C#]
public static FormatType GetFormatType(
   TypeCode vtyp
);

Parameters

vtyp
Data type in the cell.

Return Value

Corresponding FormatType.

See Also

StyleInfo Class | StyleInfo Members | Stingray.Grid Namespace