Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleContainerEventArgs Class / Index Property


In This Topic
Index Property (StyleContainerEventArgs)
In This Topic
Gets the index where the event occurred, or -1 if the entire container was affected.
Syntax
'Declaration
 
Public ReadOnly Property Index As Integer
 
'Usage
 
Dim instance As StyleContainerEventArgs
Dim value As Integer
 
value = instance.Index
See Also