Click or drag to resize

TabbedElementControllerRemoveTabRange Method

[Missing <summary> documentation for "M:Altaxo.Gui.Common.TabbedElementController.RemoveTabRange(System.Int32,System.Int32)"]


Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RemoveTabRange(
	int firstTab,
	int count
)

Parameters

firstTab  Int32

[Missing <param name="firstTab"/> documentation for "M:Altaxo.Gui.Common.TabbedElementController.RemoveTabRange(System.Int32,System.Int32)"]

count  Int32

[Missing <param name="count"/> documentation for "M:Altaxo.Gui.Common.TabbedElementController.RemoveTabRange(System.Int32,System.Int32)"]

Implements

ITabbedElementControllerRemoveTabRange(Int32, Int32)
See Also