RemoveScreenTab

<< Click to Display Table of Contents >>

 

RemoveScreenTab

RemoveScreenTab(TabName)

Removes the tab indicated by the TabName parameter. Returns True if removal is successful, or False if the tab was not removed because it does not exist. This method generates a script error if the TabName parameter is the name of a default tab (Analogs, Discretes, Commands, or Protections) or an empty String. Example:

Sub
  Set PE = Application.GetPowerExplorer("Sub1.Breaker1")
  PE.RemoveScreenTab "ChartTab"
End Sub

Was this page useful?