Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / IsColumnBound Method
Column index to check


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

    Parameters

    column
    Column index to check
    See Also