ISpreadsheetItemProvider.GetAnnotationTypes 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 annotation type identifiers indicating the types of annotations that are associated with this spreadsheet cell.
public:
Platform::Array <AnnotationType> ^ GetAnnotationTypes();
winrt::array_view <AnnotationType> GetAnnotationTypes();
public AnnotationType[] GetAnnotationTypes();
function getAnnotationTypes()
Public Function GetAnnotationTypes () As AnnotationType()
Returns
An array of annotation type identifiers, which contains one entry for each type of annotation associated with the spreadsheet cell. For a list of possible values, see AnnotationType.