Name | Description | |
---|---|---|
![]() | Column | 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. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridItemProvider) |
![]() | ColumnSpan | Gets the number of columns spanned by a cell or item. Returns: The number of columns spanned. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridItemProvider) |
![]() | ContainingGrid | Gets a UI Automation provider that implements System.Windows.Automation.Provider.IGridProvider and represents the container of the cell or item. Returns: A UI Automation provider that implements the System.Windows.Automation.GridPattern and represents the cell or item container. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridItemProvider) |
![]() | Row | Gets the ordinal number of the row that contains the cell or item. Returns: A zero-based ordinal number that identifies the row containing the cell or item. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridItemProvider) |
![]() | RowSpan | Gets the number of rows spanned by a cell or item. Returns: The number of rows spanned. (Inherited from C1.Win.Accessibility.Items.BaseInterfaces.IUiaGridItemProvider) |