Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / MultiColorScaleConditionalFormattingRule Class / IsMidValueValid Method
The value.


In This Topic
    IsMidValueValid Method
    In This Topic
    Determines whether the value can be used for middle values.
    Syntax
    'Declaration
     
    
    Protected Function IsMidValueValid( _
       ByVal value As ConditionalFormattingColorValue _
    ) As Boolean
    'Usage
     
    
    Dim instance As MultiColorScaleConditionalFormattingRule
    Dim value As ConditionalFormattingColorValue
    Dim value As Boolean
     
    value = instance.IsMidValueValid(value)
    protected bool IsMidValueValid( 
       ConditionalFormattingColorValue value
    )

    Parameters

    value
    The value.

    Return Value

    true if the value can be used for middle values; otherwise, false.
    See Also