WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridWrapCellFactory Class / GetColumnOffset Method / GetColumnOffset(Int32,Int32) Method
From column.
To column.
In This Topic
    GetColumnOffset(Int32,Int32) Method
    In This Topic
    Gets the distance between the two specified columns.
    Syntax
    public double GetColumnOffset( 
       int fromColumn,
       int toColumn
    )

    Parameters

    fromColumn
    From column.
    toColumn
    To column.
    See Also