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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected string FindUniqueColumnNameWithBase(
string sbase
)
Parameters
- sbase String
- A string which is the base of the new name. Must not be null!
Return Value
StringAn unique column name based on the provided string.
See Also