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):
    ...

也可以看看