Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BetweenValuesConditionalFormattingRule Class / SecondValue Property
Example


In This Topic
    SecondValue Property
    In This Topic
    Gets or set the maximum value of the range. This value accepts a number, date, time, or string.
    Syntax
    'Declaration
     
    
    Public Property SecondValue As Object
    'Usage
     
    
    Dim instance As BetweenValuesConditionalFormattingRule
    Dim value As Object
     
    instance.SecondValue = value
     
    value = instance.SecondValue
    public object SecondValue {get; set;}
    Example
    This example sets the SecondValue property.
    See Also