Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaTableItemProvider Interface / Row Property

In This Topic
    Row Property (IUiaTableItemProvider)
    In This Topic
    Gets the ordinal number of the row that contains the cell or item. Returns: A zero-based ordinal number that identifies the row containing the cell or item.
    Syntax
    'Declaration
     
    
    ReadOnly Property Row As Integer
    int Row {get;}
    See Also