Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaGridItemProvider Interface / RowSpan Property

In This Topic
    RowSpan Property (IUiaGridItemProvider)
    In This Topic
    Gets the number of rows spanned by a cell or item. Returns: The number of rows spanned.
    Syntax
    'Declaration
     
    
    ReadOnly Property RowSpan As Integer
    int RowSpan {get;}
    See Also