ISpreadsheetProvider Interface

Definition

Provides access to items (cells) in a spreadsheet.

public interface class ISpreadsheetProvider
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(536091564, 55779, 24136, 181, 248, 158, 171, 15, 178, 217, 216)]
struct ISpreadsheetProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(536091564, 55779, 24136, 181, 248, 158, 171, 15, 178, 217, 216)]
public interface ISpreadsheetProvider
Public Interface ISpreadsheetProvider
Attributes

Methods

GetItemByName(String)

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

Applies to

See also