DataColumnGetColumnStyleType Method |
Returns the type of the associated ColumnStyle for use in a worksheet view.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract Type? GetColumnStyleType()
Return Value
TypeThe 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