Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaTableProvider Interface / RowCount Property

In This Topic
    RowCount Property (IUiaTableProvider)
    In This Topic
    Gets the total number of rows in a grid. Returns: The total number of rows in a grid.
    Syntax
    'Declaration
     
    
    ReadOnly Property RowCount As Integer
    int RowCount {get;}
    See Also