Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingValue Class / ConditionalFormattingValue Constructor / ConditionalFormattingValue Constructor(ConditionalFormattingValueType)
The type.


In This Topic
    ConditionalFormattingValue Constructor(ConditionalFormattingValueType)
    In This Topic
    Initializes a new instance of the ConditionalFormattingValue class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As ConditionalFormattingValueType _
    )
    'Usage
     
    
    Dim type As ConditionalFormattingValueType
     
    Dim instance As New ConditionalFormattingValue(type)
    public ConditionalFormattingValue( 
       ConditionalFormattingValueType type
    )

    Parameters

    type
    The type.
    Remarks
    The type parameter only accepts AutoMax, AutoMin, Max, or the Min value
    See Also