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