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

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