Click or drag to resize

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
)

Parameters

book
Type: Spire.Xls Workbook
the Workbook

Return Value

Type: CellStyle
See Also