WorkbookDesigner.Process
Contents
[
Hide
]Process()
Processes the smart markers and populates the data source values.
public void Process()
See Also
- class WorkbookDesigner
- namespace Aspose.Cells
- assembly Aspose.Cells
Process(bool)
Processes the smart markers and populates the data source values.
public void Process(bool isPreserved)
Parameter | Type | Description |
---|---|---|
isPreserved | Boolean | True if the unrecognized smart marker is preserved. |
See Also
- class WorkbookDesigner
- namespace Aspose.Cells
- assembly Aspose.Cells
Process(int, bool)
Processes the smart markers and populates the data source values.
public void Process(int sheetIndex, bool isPreserved)
Parameter | Type | Description |
---|---|---|
sheetIndex | Int32 | Worksheet index. |
isPreserved | Boolean | True if the unrecognized smart marker is preserved. |
Remarks
This method works on worksheet level.
See Also
- class WorkbookDesigner
- namespace Aspose.Cells
- assembly Aspose.Cells