Click or drag to resize

ColumnStyle(ColumnStyleType) Constructor

Initializes a new instance of the ColumnStyle class.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ColumnStyle(
	ColumnStyleType type
)

Parameters

type  ColumnStyleType
The column style type.
See Also