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


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

    Property Value

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