MultiRenameParserIntegerTChars Property |
Contain all keywords that can be used as integer number, like counter, row number and so on.
Namespace: Altaxo.Gui.Common.MultiRenameAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public SortedSet<string> IntegerTChars { get; }
Property Value
SortedSetStringExample
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