Click or drag to resize

ColumnStyleChangeTypeTo Method

Changes the style role and resets default resources when they are not customized.

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

Parameters

type  ColumnStyleType
The new style type.
See Also