Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / HitTestInformation Class / RowViewportIndex Property


In This Topic
    RowViewportIndex Property
    In This Topic
    Gets the row viewport referred to in the spreadsheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowViewportIndex As Integer
    'Usage
     
    Dim instance As HitTestInformation
    Dim value As Integer
     
    value = instance.RowViewportIndex
    public int RowViewportIndex {get;}
    See Also