Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleItem Class / Value2 Property


In This Topic
    Value2 Property
    In This Topic
    Gets or sets a value that indicates the second operation value when the operator needs several arguments.
    Syntax
    'Declaration
     
    
    Public Property Value2 As Object
    'Usage
     
    
    Dim instance As ConditionalStyleItem
    Dim value As Object
     
    instance.Value2 = value
     
    value = instance.Value2
    public object Value2 {get; set;}

    Property Value

    A System.Object that indicates the second operation value when the operator needs several arguments.
    Remarks
    See Also