Click or drag to resize

MultiRenameParserIntegerTChars Property

Contain all keywords that can be used as integer number, like counter, row number and so on.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SortedSet<string> IntegerTChars { get; }

Property Value

SortedSetString
Example
If [C] and [R] can be used to insert a counter and a row number, then the set contains the keywords C and K.
See Also