Click or drag to resize
NanoXLSX

WorksheetSetActiveStyle Method

Sets the active style of the worksheet. This style will be assigned to all later added cells

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public void SetActiveStyle(
	Style style
)

Parameters

style  Style
Style to set as active style
See Also