ITableItemProvider.GetRowHeaderItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an array of UI Automation providers representing all the row headers associated with a table item or cell.
public:
Platform::Array <IRawElementProviderSimple ^> ^ GetRowHeaderItems();
winrt::array_view <IRawElementProviderSimple const&> GetRowHeaderItems();
public IRawElementProviderSimple[] GetRowHeaderItems();
function getRowHeaderItems()
Public Function GetRowHeaderItems () As IRawElementProviderSimple()
Returns
An array of UI Automation providers.