Click or drag to resize

StylesCollection Add Method (String)

Adds a new style.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellStyle Add(
	string name
)

Parameters

name
Type: System String
Style name

Return Value

Type: CellStyle
See Also