Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ThreeColorScaleConditionalFormattingRule Class / ThreeColorScaleConditionalFormattingRule Constructor / ThreeColorScaleConditionalFormattingRule Constructor(Boolean)
true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false


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

    Parameters

    suppressCustomName
    true Indicates that the expression, referred to by a custom name, will not be restricted; otherwise, false
    See Also