Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetColumnViewportIndexFromX Method
X coordinate


In This Topic
GetColumnViewportIndexFromX Method (SpreadView)
In This Topic
Gets the index of the viewport column for the specified coordinate for the active sheet.
Syntax
'Declaration
 
Public Function GetColumnViewportIndexFromX( _
   ByVal x As Integer _
) As Integer
 
'Usage
 
Dim instance As SpreadView
Dim x As Integer
Dim value As Integer
 
value = instance.GetColumnViewportIndexFromX(x)

Parameters

x
X coordinate
See Also