Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / IsColumnBound Method
Model column to be tested
Example


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

    Parameters

    column
    Model column to be tested

    Return Value

    true if the column is bound; otherwise false
    Example
    This example returns whether the specified column is bound.
    See Also