ISpreadsheetItemProvider.GetAnnotationObjects Method

Definition

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

public:
 Platform::Array <IRawElementProviderSimple ^> ^ GetAnnotationObjects();
winrt::array_view <IRawElementProviderSimple const&> GetAnnotationObjects();
public IRawElementProviderSimple[] GetAnnotationObjects();
function getAnnotationObjects()
Public Function GetAnnotationObjects () As IRawElementProviderSimple()

Returns

An array of IRawElementProviderSimple interfaces for Microsoft UI Automation elements that represent the annotations associated with the spreadsheet cell.

Applies to