Share via


IUIAutomationGridItemPattern Interface

Exposes properties and methods of a Microsoft UI Automation element that represents a child control of a container that supports the IUIAutomationGridPattern interface.

IUIAutomationGridItemPattern Members

CachedColumn Retrieves the cached number of the column that contains the item.
CachedColumnSpan Retrieves the cached number of columns spanned by the item.
CachedContainingGrid Retrieves from the cache a UI Automation element that supports IUIAutomationGridPattern and represents the container of the item.
CachedRow Retrieves the cached number of the row that contains the item.
CachedRowSpan Retrieves the cached number of rows spanned by a grid item.
CurrentColumn Retrieves the number of the column that contains the item.
CurrentColumnSpan Retrieves the number of columns spanned by the item.
CurrentContainingGrid Retrieves a UI Automation element that supports IUIAutomationGridPattern and represents the container of the element.
CurrentRow Retrieves the number of the row that contains the item.
CurrentRowSpan Retrieves the number of rows spanned by a grid item.

Interface Information

Inherits from IUnknown
Header and IDL files uiautomation.h, uiautomationclient.idl
Minimum operating systems Windows 7