GrapeCity.Xaml.Excel
HasMiddleNode Property (ExcelColorScaleRule)


GrapeCity.Excel Namespace > ExcelColorScaleRule Class : HasMiddleNode Property
Flag indicate whether it's a three points gradient scale or two point gradient scale.
Syntax
'Declaration
 
Public Property HasMiddleNode As Boolean
'Usage
 
Dim instance As ExcelColorScaleRule
Dim value As Boolean
 
instance.HasMiddleNode = value
 
value = instance.HasMiddleNode
public bool HasMiddleNode {get; set;}

Property Value

true if this it's a three points gradient scale; otherwise, false.
See Also

Reference

ExcelColorScaleRule Class
ExcelColorScaleRule Members