Click or drag to resize

IColorScale SetConditionCount Method

Sets number of IColorConditionValue objects in the collection. Supported values are 2 and 3.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void SetConditionCount(
	int count
)

Parameters

count
Type: System Int32
Number of conditions.
See Also