Click or drag to resize
NanoXLSX

ColumnSetDefaultColumnStyle Method

Sets the default style of the column

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+b0ed5f8a99a50b9e6528224889fbd7f23c30b364
Syntax
C#
public Style SetDefaultColumnStyle(
	Style defaultColumnStyle,
	bool unmanaged = false
)

Parameters

defaultColumnStyle  Style
Style to assign as default column style. Can be null (to clear)
unmanaged  Boolean  (Optional)
Internally used: If true, the style repository is not invoked and only the style object of the cell is updated. Do not use!

Return Value

Style
If the passed style already exists in the repository, the existing one will be returned, otherwise the passed one
See Also