DataColumnCollectionGetNextColumnName Method |
Calculates a new column name dependend on the last name. You have to check whether the returned name is already in use by yourself.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? GetNextColumnName(
string? lastName
)
Parameters
- lastName String
- The last name that was used to name a column.
Return Value
StringThe logical next name of a column calculated from the previous name. This name is in the range "A" to "ZZ". If
no further name can be found, this function returns null.
See Also