ITableProvider.GetRowHeaders 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.
Returns a collection of UI Automation providers that represents all row headers in the table.
public:
Platform::Array <IRawElementProviderSimple ^> ^ GetRowHeaders();
winrt::array_view <IRawElementProviderSimple const&> GetRowHeaders();
public IRawElementProviderSimple[] GetRowHeaders();
function getRowHeaders()
Public Function GetRowHeaders () As IRawElementProviderSimple()
Returns
An array of UI Automation providers.