Spread Windows Forms 17
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
    public int Index {get;}
    See Also