ISpreadsheetItemProvider Interface

Definition

Provides access to information about an item (cell) in a spreadsheet.

public interface class ISpreadsheetItemProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3957231506, 24597, 18470, 183, 25, 71, 82, 26, 129, 198, 126)]
struct ISpreadsheetItemProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3957231506, 24597, 18470, 183, 25, 71, 82, 26, 129, 198, 126)]
public interface ISpreadsheetItemProvider
Public Interface ISpreadsheetItemProvider
Attributes

Windows requirements

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

Properties

Formula

Gets the formula for this spreadsheet cell, as a string.

Methods

GetAnnotationObjects()

Returns an array of objects that represent the annotations associated with this spreadsheet cell.

GetAnnotationTypes()

Returns an array of annotation type identifiers indicating the types of annotations that are associated with this spreadsheet cell.

Applies to

See also