Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowViewportHeightChangedEventArgs Class / ViewportIndex Property


In This Topic
    ViewportIndex Property (RowViewportHeightChangedEventArgs)
    In This Topic
    Gets the index of the viewport row whose height has changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewportIndex As Integer
    'Usage
     
    
    Dim instance As RowViewportHeightChangedEventArgs
    Dim value As Integer
     
    value = instance.ViewportIndex
    public int ViewportIndex {get;}
    See Also