Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / IsColumnBound Method
Column index


In This Topic
IsColumnBound Method (SheetView)
In This Topic
Gets whether the specified column on this sheet is bound to a data source.
Syntax
'Declaration
 
Public Function IsColumnBound( _
   ByVal column As Integer _
) As Boolean
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As Boolean
 
value = instance.IsColumnBound(column)

Parameters

column
Column index
See Also