Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetActiveColumnViewportIndex Method / GetActiveColumnViewportIndex() Method


In This Topic
GetActiveColumnViewportIndex() Method
In This Topic
Gets the index of the active viewport column for the active sheet.
Syntax
'Declaration
 
Public Overloads Function GetActiveColumnViewportIndex() As Integer
 
'Usage
 
Dim instance As FpSpread
Dim value As Integer
 
value = instance.GetActiveColumnViewportIndex()
See Also