Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / IsColumnBound Method
The column index.


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

    Parameters

    column
    The column index.

    Return Value

    true if the column is bound; otherwise, false.
    See Also