Click or drag to resize

ColumnStyleGetDefaultCellBorder Method

Get a clone of the default cell border.

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

Parameters

type  ColumnStyleType
The column style type.

Return Value

PenX
The default border for the specified type.
See Also