Click or drag to resize
NanoXLSX

CellSetStyle Method

Sets the style of the cell

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public Style SetStyle(
	Style style,
	bool unmanaged = false
)

Parameters

style  Style
Style to assign
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