ViewSheetSetting.SaveAs
Method
Description:
Save the current view sheet set to another view sheet set with the specified name.
Save the current view sheet set to another view sheet set with the specified name.
Parameters
| Parameter | Type | Description |
|---|---|---|
| newName | String | View sheet set name to be saved as. |
Return Value
| Type | Description |
|---|---|
| Boolean | False if Save As operation fails, otherwise True. |
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when the input name is already existed in current view sheet set list. |