ISpreadsheetItemProvider Interface

Definition

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

public interface class ISpreadsheetItemProvider
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1371655817, 45599, 22828, 135, 104, 10, 204, 222, 253, 87, 56)]
struct ISpreadsheetItemProvider
[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
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

See also