ISpreadsheetItemProvider.GetAnnotationObjects Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.