ColumnStyleDictionarySetDefaultColumnStyle Method |
Sets the default style for the specified column type.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SetDefaultColumnStyle(
Type key,
ColumnStyle value
)
Parameters
- key Type
- The column type.
- value ColumnStyle
- The default style to assign.
See Also