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

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