Click or drag to resize

Worksheet ApplyStyle Method (CellStyle)

Apply style to whole sheet.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void ApplyStyle(
	CellStyle style
)

Parameters

style
Type: Spire.Xls CellStyle
style to apply
See Also