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
)
Sub SetConditionCount (
count As Integer
)
void SetConditionCount(
int count
)
abstract SetConditionCount :
count : int -> unit
Parameters
-
count
-
Type:
System
Int32
Number of conditions.
See Also