WinUI | ComponentOne
C1.WinUI.GridControl Assembly / C1.WinUI.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
    public GridControlRange SubstractColumns( 
       GridControlRange range
    )

    Parameters

    range
    The range to subtract the columns.
    See Also