 | ColumnSetDefaultColumnStyle Method |
Sets the default style of the column
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.3+98f265239ae8df4639650ecd7029244cc5e52dfc
Syntaxpublic 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
StyleIf the passed style already exists in the repository, the existing one will be returned, otherwise the passed one
See Also