Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / MultiColorScaleConditionalFormattingRule Class / MultiColorScaleConditionalFormattingRule Constructor / MultiColorScaleConditionalFormattingRule Constructor(Int32,Boolean)
The initialized middle value capacity.
true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false


In This Topic
    MultiColorScaleConditionalFormattingRule Constructor(Int32,Boolean)
    In This Topic
    Initializes a new instance of the MultiColorScaleConditionalFormattingRule class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal midValueCapacity As Integer, _
       ByVal suppressCustomName As Boolean _
    )
    'Usage
     
    
    Dim midValueCapacity As Integer
    Dim suppressCustomName As Boolean
     
    Dim instance As New MultiColorScaleConditionalFormattingRule(midValueCapacity, suppressCustomName)
    public MultiColorScaleConditionalFormattingRule( 
       int midValueCapacity,
       bool suppressCustomName
    )

    Parameters

    midValueCapacity
    The initialized middle value capacity.
    suppressCustomName
    true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false
    See Also