ColorScale
MidCfvoType Property
|
Get or set the type of this conditional formatting middle value type.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ConditionValueType MidCfvoType { get; set; }
Public Property MidCfvoType As ConditionValueType
Get
Set
public:
property ConditionValueType MidCfvoType {
ConditionValueType get ();
void set (ConditionValueType value);
}
member MidCfvoType : ConditionValueType with get, set
Property Value
Type:
ConditionValueType
See Also