Style.Append Method

NanoXLSX

NanoXLSX

StyleAppend Method

Appends the specified style parts to the current one. The parts can be instances of sub-classes like Border or CellXf or a Style instance. Only the altered properties of the specified style or style part that differs from a new / untouched style instance will be appended. This enables method chaining

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Style Append(
	AbstractStyle styleToAppend
)

Parameters

styleToAppend
Type: NanoXLSX.StyleAbstractStyle
The style to append or a sub-class of Style

Return Value

Type: Style
Current style with appended style parts
See Also