Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetColumnDataType Method
The column index for which the type is requested.


In This Topic
    GetColumnDataType Method (Worksheet)
    In This Topic
    Gets the column data type at the specified position.
    Syntax
    'Declaration
     
    Public Function GetColumnDataType( _
       ByVal column As Integer _
    ) As Type
    'Usage
     
    Dim instance As Worksheet
    Dim column As Integer
    Dim value As Type
     
    value = instance.GetColumnDataType(column)
    public Type GetColumnDataType( 
       int column
    )

    Parameters

    column
    The column index for which the type is requested.

    Return Value

    Returns the column type for data binding.
    Exceptions
    ExceptionDescription
    Specified index is out of range; must be between 0 and the total number of columns.
    See Also