library_path 属性
library_path 属性
获取或设置一些外部公式引用所引用的库路径。
定义:
@property
def library_path(self):
...
@library_path.setter
def library_path(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 CellsHelper
获取或设置一些外部公式引用所引用的库路径。
@property
def library_path(self):
...
@library_path.setter
def library_path(self, value):
...