ISpreadsheetItemProvider Interface

Definition

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

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1371655817, 45599, 22828, 135, 104, 10, 204, 222, 253, 87, 56)]
public interface ISpreadsheetItemProvider
Attributes

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

Produkt Versiounen
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also