Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormat Class / LastCondition Property


In This Topic
    LastCondition Property
    In This Topic
    Gets or sets the last condition.
    Syntax
    'Declaration
     
    
    Public Property LastCondition As String
    'Usage
     
    
    Dim instance As ConditionalFormat
    Dim value As String
     
    instance.LastCondition = value
     
    value = instance.LastCondition
    public string LastCondition {get; set;}
    See Also