 | 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: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntaxpublic Style Append(
AbstractStyle styleToAppend
)
Parameters
- styleToAppend AbstractStyle
- The style to append or a sub-class of Style.
Return Value
StyleCurrent style with appended style parts.
See Also