Click or drag to resize

WorksheetLayoutPropertyColumnStyles Property

Gets the styles assigned to property columns.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IDictionary<DataColumn, ColumnStyle> PropertyColumnStyles { get; }

Property Value

IDictionaryDataColumn, ColumnStyle
See Also