Click or drag to resize

DataColumnCollectionFindUniqueColumnNameWithBase Method

Get a unique column name based on a provided string. If a column with the name of the provided string already exists, a new name is created by appending a dot and then A-ZZ.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected string FindUniqueColumnNameWithBase(
	string sbase
)

Parameters

sbase  String
A string which is the base of the new name. Must not be null!

Return Value

String
An unique column name based on the provided string.
See Also