[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.IsColumnBound

IsColumnBound Method

IsColumnBound(int)

Determines whether the specified column is bound to a data source column.

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

Column index to check

Returns
Type Description
bool

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

Implements