ISpreadsheetProvider.GetItemByName(String) 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 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.