FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlRange Class / ContainsColumn Method
The column to test whether it is contained.

In This Topic
    ContainsColumn Method (GridControlRange)
    In This Topic
    Returns true if this range contains the specified column.
    Syntax
    'Declaration
     
    Public Function ContainsColumn( _
       ByVal column As Integer _
    ) As Boolean
    public bool ContainsColumn( 
       int column
    )

    Parameters

    column
    The column to test whether it is contained.
    See Also