CellStyle
clone Method (Workbook)
|
clone CellStyle and add to book.Styles
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellStyle clone(
Workbook book
)
Public Function clone (
book As Workbook
) As CellStyle
public:
CellStyle^ clone(
Workbook^ book
)
member clone :
book : Workbook -> CellStyle
Parameters
-
book
-
Type:
Spire.Xls
Workbook
the Workbook
Return Value
Type:
CellStyle
See Also