Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataBindingAdapter Class / GetColumnCellType Method
Index of the column in the data source


In This Topic
    GetColumnCellType Method
    In This Topic
    Gets the cell type of the column in the data source.
    Syntax
    'Declaration
     
    
    Public Function GetColumnCellType( _
       ByVal colIndex As Integer _
    ) As ICellType
    'Usage
     
    
    Dim instance As SpreadDataBindingAdapter
    Dim colIndex As Integer
    Dim value As ICellType
     
    value = instance.GetColumnCellType(colIndex)
    public ICellType GetColumnCellType( 
       int colIndex
    )

    Parameters

    colIndex
    Index of the column in the data source
    See Also