custom_document_properties Eigentum

custom_document_properties Eigentum

Gibt eine DocumentProperty-Sammlung zurück, die alle benutzerdefinierten Dokumenteigenschaften der Tabelle darstellt.

Beispiel

from aspose.cells import Workbook

workbook = Workbook()
workbook.worksheets.custom_document_properties.add("Checked by", "Jane")

Definition:

@property
def custom_document_properties(self):
    ...

Siehe auch