Click or drag to resize

MultiRenameStringElement Constructor

Initializes a new instance of the MultiRenameStringElement class.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MultiRenameStringElement(
	MultiRenameData multiRenameData,
	string shortCut,
	int start,
	int last
)

Parameters

multiRenameData  MultiRenameData
The rename data source.
shortCut  String
The shortcut that identifies the value source.
start  Int32
The start index of the substring.
last  Int32
The end index of the substring.
See Also