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