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

In This Topic
    RowSpan Property (IUiaTableItemProvider)
    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