Click or drag to resize

ColumnStyleDictionarySetDefaultColumnStyle Method

Sets the default style for the specified column type.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetDefaultColumnStyle(
	Type key,
	ColumnStyle value
)

Parameters

key  Type
The column type.
value  ColumnStyle
The default style to assign.
See Also