Spread Windows Forms 12.0 Product Documentation
GetColumnCellType Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > SpreadDataBindingAdapter Class : GetColumnCellType Method
Index of the column in the data source
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

Return Value

ICellType object that contains the cell type
See Also

Reference

SpreadDataBindingAdapter Class
SpreadDataBindingAdapter Members