[]
        
(Showing Draft Content)

FarPoint.Web.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
Implements