Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactoryBase 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
    'Declaration
     
    
    Public Overloads Function GetColumnOffset( _
       ByVal fromColumn As Integer, _
       ByVal toColumn As Integer _
    ) As Double
    public double GetColumnOffset( 
       int fromColumn,
       int toColumn
    )

    Parameters

    fromColumn
    From column.
    toColumn
    To column.
    See Also