ISpreadsheetItemProvider.GetAnnotationTypes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回批註類型識別碼的陣列,指出與此試算表儲存格相關聯的批註類型。
public:
Platform::Array <AnnotationType> ^ GetAnnotationTypes();
winrt::array_view <AnnotationType> GetAnnotationTypes();
public AnnotationType[] GetAnnotationTypes();
function getAnnotationTypes()
Public Function GetAnnotationTypes () As AnnotationType()
傳回
注釋類型識別碼的陣列,其中包含與試算表儲存格相關聯之每種批註類型的一個專案。 如需可能值的清單,請參閱 AnnotationType。