Process
Process()
处理智能标记并填充数据源值。
public void Process()
也可以看看
- class WorkbookDesigner
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
Process(bool)
处理智能标记并填充数据源值。
public void Process(bool isPreserved)
范围 | 类型 | 描述 |
---|---|---|
isPreserved | Boolean | 如果保留了无法识别的智能标记,则为真。 |
也可以看看
- class WorkbookDesigner
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
Process(int, bool)
处理智能标记并填充数据源值。
public void Process(int sheetIndex, bool isPreserved)
范围 | 类型 | 描述 |
---|---|---|
sheetIndex | Int32 | 工作表索引。 |
isPreserved | Boolean | 如果保留了无法识别的智能标记,则为真。 |
评论
此方法适用于工作表级别。
也可以看看
- class WorkbookDesigner
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells