Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ConnectionBase Class / GetColumnDataType Method
The field.


In This Topic
    GetColumnDataType Method (ConnectionBase)
    In This Topic
    Gets the type of the specified column field.
    Syntax
    'Declaration
     
    Public Overridable Function GetColumnDataType( _
       ByVal field As String _
    ) As Type
    'Usage
     
    Dim instance As ConnectionBase
    Dim field As String
    Dim value As Type
     
    value = instance.GetColumnDataType(field)
    public virtual Type GetColumnDataType( 
       string field
    )

    Parameters

    field
    The field.

    Return Value

    The type of the column field.
    See Also