IncludeTextEndsWithColumnName Property |
Gets the name of the column, if it is a data column. Otherwise,
Empty is returned.
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string ColumnName { get; }
Property Value
String
The name of the column if it is a data column. Otherwise,
Empty.
See Also