Workbook.CustomDocumentProperties Özellik

Tanım

Çalışma kitabı için tüm özel belge özelliklerini temsil eden bir Microsoft.Office.Core.DocumentProperties koleksiyonunu alır.

public:
 property System::Object ^ CustomDocumentProperties { System::Object ^ get(); };
public object CustomDocumentProperties { get; }
member this.CustomDocumentProperties : obj
Public ReadOnly Property CustomDocumentProperties As Object

Özellik Değeri

Çalışma kitabının tüm özel belge özelliklerini temsil eden bir Microsoft.Office.Core.DocumentProperties koleksiyonu.

Açıklamalar

Bu özellik, özel belge özellikleri koleksiyonunun tamamını döndürür. Özelliğin Microsoft.Office.Core.DocumentProperties.Item(System.Object) adını veya koleksiyon dizinini (sayı olarak) belirterek koleksiyonun tek bir üyesini (nesne Microsoft.Office.Core.DocumentProperties ) döndürmek için özelliğini kullanın.

BuiltinDocumentProperties Yerleşik belge özellikleri koleksiyonunu döndürmek için özelliğini kullanın.

Şunlara uygulanır