Click or drag to resize

IncludeTextContainsColumnName Property

Gets the name of the column, if it is a data column. Otherwise, Empty is returned.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string ColumnName { get; }

Property Value

String
The name of the column if it is a data column. Otherwise, Empty.
See Also