Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / HeaderHitTestInformation Class / Row Property


In This Topic
    Row Property (HeaderHitTestInformation)
    In This Topic
    Gets the row location referred to in the header.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As Integer
    'Usage
     
    Dim instance As HeaderHitTestInformation
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also