ISpreadsheetProvider Interface

Definition

Provides access to items (cells) in a spreadsheet.

public interface class ISpreadsheetProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(355831955, 48537, 19709, 159, 7, 59, 20, 179, 21, 226, 61)]
struct ISpreadsheetProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(355831955, 48537, 19709, 159, 7, 59, 20, 179, 21, 226, 61)]
public interface ISpreadsheetProvider
Public Interface ISpreadsheetProvider
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Methods

GetItemByName(String)

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

Applies to

See also