Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IDataSourceSupport Interface / IsColumnBound Method
Index of a column in the model for which to return the status


In This Topic
    IsColumnBound Method (IDataSourceSupport)
    In This Topic
    Determines whether the column is bound to a data source column.
    Syntax
    'Declaration
     
    
    Function IsColumnBound( _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IDataSourceSupport
    Dim column As Integer
    Dim value As Boolean
     
    value = instance.IsColumnBound(column)
    bool IsColumnBound( 
       int column
    )

    Parameters

    column
    Index of a column in the model for which to return the status
    See Also