GetColumnViewportIndexFromX Method (FpSpread)
In This Topic
Gets the index of the viewport column for the specified coordinate for the active sheet.
Syntax
'Declaration
Public Function GetColumnViewportIndexFromX( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As FpSpread
Dim x As Integer
Dim value As Integer
value = instance.GetColumnViewportIndexFromX(x)
public int GetColumnViewportIndexFromX(
int
)
Parameters
- x
- X-coordinate
See Also