Click or drag to resize

ColumnStyle(ColumnStyle) Constructor

Initializes a new instance of the ColumnStyle class by copying another style.

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

Parameters

s  ColumnStyle
The style to copy.
See Also