Style.CellXf.Copy Method

NanoXLSX

NanoXLSX

StyleCellXfCopy Method

Method to copy the current object to a new one without casting

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

Return Value

Type: AbstractStyle
Copy of the current object without the internal ID
See Also