ITabbedElementControllerRemoveTabRange Method |
Removes a number of tab elements.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void RemoveTabRange(
int firstTab,
int count
)
Parameters
- firstTab Int32
- Index of the first tab to remove.
- count Int32
- Number of tabs to remove.
See Also