custom_document_properties недвижимость
custom_document_properties недвижимость
Возвращает коллекцию DocumentProperty, которая представляет все настраиваемые свойства документа электронной таблицы.
Пример
from aspose.cells import Workbook
workbook = Workbook()
workbook.worksheets.custom_document_properties.add("Checked by", "Jane")
Определение:
@property
def custom_document_properties(self):
...
Смотрите также
- модуль aspose.cells
- класс CustomDocumentPropertyCollection
- класс DocumentProperty
- класс WorksheetCollection