TableCellAutomationPeer Properties
.NET Framework 4.5
The TableCellAutomationPeer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
EventsSource | Gets or sets an AutomationPeer that is reported to the automation client as a source for all the events that come from this AutomationPeer. (Inherited from AutomationPeer.) |
|
IsHwndHost | Gets a value that indicates whether the element that is associated with this AutomationPeer hosts hwnds in Windows Presentation Foundation (WPF). (Inherited from AutomationPeer.) |
|
Owner | Gets the ContentElement that is associated with this ContentElementAutomationPeer. (Inherited from ContentElementAutomationPeer.) |
| Name | Description | |
|---|---|---|
|
IGridItemProvider.Column | Infrastructure. Gets the ordinal number of the column that contains the cell or item. |
|
IGridItemProvider.ColumnSpan | Infrastructure. Gets the number of columns spanned by a cell or item. |
|
IGridItemProvider.ContainingGrid | Infrastructure. Gets a UI Automation provider that implements GridPattern and represents the container of the cell or item. |
|
IGridItemProvider.Row | Infrastructure. Gets the ordinal number of the row that contains the cell or item. |
|
IGridItemProvider.RowSpan | Infrastructure. Gets the number of rows spanned by a cell or item. |