[]
        
(Showing Draft Content)

C1.Maui.Grid.GridControlAdapter.GetColumnOffset

GetColumnOffset Method

GetColumnOffset(int, int)

Gets the distance between the two specified columns.

Declaration
public double GetColumnOffset(int fromColumn, int toColumn)
Public Function GetColumnOffset(fromColumn As Integer, toColumn As Integer) As Double
Parameters
Type Name Description
int fromColumn

From the column.

int toColumn

To the column.

Returns
Type Description
double