FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlRange Class / SubstractColumns Method
The range to subtract the columns.

In This Topic
    SubstractColumns Method
    In This Topic
    Returns a range after subtracting the columns of the specified range.
    Syntax
    'Declaration
     
    Public Function SubstractColumns( _
       ByVal range As GridControlRange _
    ) As GridControlRange
    public GridControlRange SubstractColumns( 
       GridControlRange range
    )

    Parameters

    range
    The range to subtract the columns.
    See Also