_Worksheet.CustomProperties 属性

定义

返回一个 CustomProperties 对象,该对象表示与工作表关联的标识符信息。

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

属性值

注解

对于 CustomProperties 属性,工作表的标识符信息可以表示 XML 的元数据。

适用于