Click or drag to resize

StylesCollection GetDefaultStyle Method

Creates built in style.

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

Parameters

styleName
Type: System String
Name of the style.

Return Value

Type: CellStyle
Created style.
See Also