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