ViewSheetSetting.Delete
Description:
Delete the current view sheet set, and make the In-Session set as the current one.
Delete the current view sheet set, and make the In-Session set as the current one.
Remarks:
If the current view sheet set is In-Session, an InvalidOperationException will be thrown.
If the current view sheet set is In-Session, an InvalidOperationException will be thrown.
public bool Delete()
bool
False if Delete operation fails, otherwise True.
-
Thrown when the current view sheet set is In-Session.