Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnViewportWidthChangedEventArgs Class / ViewportIndex Property


In This Topic
ViewportIndex Property (ColumnViewportWidthChangedEventArgs)
In This Topic
Gets the index of the viewport column whose width has changed.
Syntax
'Declaration
 
Public ReadOnly Property ViewportIndex As Integer
 
'Usage
 
Dim instance As ColumnViewportWidthChangedEventArgs
Dim value As Integer
 
value = instance.ViewportIndex
See Also