Click or drag to resize

DataColumnGetColumnStyleType Method

Returns the type of the associated ColumnStyle for use in a worksheet view.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract Type? GetColumnStyleType()

Return Value

Type
The type of the associated ColumnStyle class.
Remarks
If this type of data column is not used in a datagrid, you can return null for this type.
See Also