Click or drag to resize

WorksheetLayout_dataColumnStyles Field

m_ColumnStyles stores the column styles for each data column individually, key is the data column itself. There is no need to store a column style here if the column is styled as default, instead the defaultColumnStyle is used in this case

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected ColumnStyleDictionary _dataColumnStyles

Field Value

ColumnStyleDictionary
See Also