[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.IsColumnBound

IsColumnBound Method

IsColumnBound(int)

Gets whether the specified column on this sheet is bound to a data source.

Declaration
public bool IsColumnBound(int column)
Public Function IsColumnBound(column As Integer) As Boolean
Parameters
Type Name Description
int column

Column index

Returns
Type Description
bool

True if the column is bound to a data source column; otherwise, false.