Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LeftChangeEventArgs Class / ColumnViewportIndex Property


In This Topic
ColumnViewportIndex Property
In This Topic
Gets the index of the viewport column in which the change occurred.
Syntax
'Declaration
 
Public ReadOnly Property ColumnViewportIndex As Integer
 
'Usage
 
Dim instance As LeftChangeEventArgs
Dim value As Integer
 
value = instance.ColumnViewportIndex
See Also