ISpreadsheetItemProvider interface
Provides access to information about an item (cell) in a spreadsheet.
When to implement
Implement this interface for application UI elements that have the qualities of a cell in spreadsheet.
Members
The ISpreadsheetItemProvider interface inherits from the IUnknown interface. ISpreadsheetItemProvider also has these types of members:
Methods
The ISpreadsheetItemProvider interface has these methods.
| Method | Description |
|---|---|
| GetAnnotationObjects |
Retrieves an array of objects that represent the annotations associated with this spreadsheet cell. |
| GetAnnotationTypes |
Retrieves an array of annotation type identifiers indicating the types of annotations that are associated with this spreadsheet cell. |
Properties
The ISpreadsheetItemProvider interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Specifies the formula for this spreadsheet cell. |
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_ISpreadsheetItemProvider is defined as eaed4660-7b3d-4879-a2e6-365ce603f3d0 |
See also