Share via


ISpreadsheetProvider.GetItemByName(String) Method

Definition

Returns a Microsoft UI Automation element that represents the spreadsheet cell that has the specified name.

public:
 IRawElementProviderSimple ^ GetItemByName(Platform::String ^ name);
IRawElementProviderSimple GetItemByName(winrt::hstring const& name);
public IRawElementProviderSimple GetItemByName(string name);
function getItemByName(name)
Public Function GetItemByName (name As String) As IRawElementProviderSimple

Parameters

name
String

Platform::String

winrt::hstring

The name of the target cell.

Returns

A Microsoft UI Automation element that represents the target cell.

Applies to