Click or drag to resize

OColor SetKnownColor Method

Sets known color.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetKnownColor(
	ExcelColors value
)

Parameters

value
Type: Spire.Xls ExcelColors
Excel color to set.
See Also