SmartTag.Properties 属性

定义

返回一个 CustomProperties 对象,该对象表示智能标记的属性。

public:
 property Microsoft::Office::Interop::Excel::CustomProperties ^ Properties { Microsoft::Office::Interop::Excel::CustomProperties ^ get(); };
public Microsoft.Office.Interop.Excel.CustomProperties Properties { get; }
Public ReadOnly Property Properties As CustomProperties

属性值

注解

Add(String, Object) 方法与 属性一起使用 Properties ,以存储智能标记的额外元数据。

适用于