C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellFactoryBase Class / GetColumnOffset Method / GetColumnOffset(Int32) Method
The column.


In This Topic
GetColumnOffset(Int32) Method
In This Topic
Gets the distance between the origin and the specified column.
Syntax
'Declaration
 
Public Overloads Function GetColumnOffset( _
   ByVal column As Integer _
) As Double
 
'Usage
 
Dim instance As GridCellFactoryBase
Dim column As Integer
Dim value As Double
 
value = instance.GetColumnOffset(column)

Parameters

column
The column.
See Also