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

In This Topic
    Column Property (IUiaTableItemProvider)
    In This Topic
    Gets the ordinal number of the column that contains the cell or item. Returns: A zero-based ordinal number that identifies the column containing the cell or item.
    Syntax
    'Declaration
     
    
    ReadOnly Property Column As Integer
    int Column {get;}
    See Also