ISpreadsheetProvider interface
Provides access to items (cells) in a spreadsheet.
When to implement
Implement this interface for application UI elements that have the qualities of a spreadsheet.
Members
The ISpreadsheetProvider interface inherits from the IUnknown interface. ISpreadsheetProvider also has these types of members:
Methods
The ISpreadsheetProvider interface has these methods.
| Method | Description |
|---|---|
| GetItemByName |
Exposes a UI Automation element that represents the spreadsheet cell that has the specified name. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_ISpreadsheetProvider is defined as 6f6b5d35-5525-4f80-b758-85473832ffc7 |
See also
Show: