Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HitTestInformation Class / RowViewport Property


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