Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / UnaryComparisonConditionalFormattingRule Class / Value Property
Example


In This Topic
    Value Property (UnaryComparisonConditionalFormattingRule)
    In This Topic
    Gets or sets the value.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    'Usage
     
    
    Dim instance As UnaryComparisonConditionalFormattingRule
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    public object Value {get; set;}

    Property Value

    The value.
    Example
    This example sets the Value property.
    See Also