Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RowViewportHeightChangingEventArgs Class / ViewportIndex Property


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

    Property Value

    The index of the viewport row whose height is changing.
    See Also