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


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

    Parameters

    value
    The value.
    type
    The type.
    See Also