ColumnStyle(ColumnStyle) Constructor |
Initializes a new instance of the
ColumnStyle class by copying another style.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ColumnStyle(
ColumnStyle s
)
Parameters
- s ColumnStyle
- The style to copy.
See Also