Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ConditionalFormat Class / LastCondition Property
Example


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;}

    Property Value

    String containing the last condition
    Example
    This example returns the last condition.
    See Also