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


In This Topic
    FirstCondition Property (ConditionalFormat)
    In This Topic
    Gets or sets the first condition.
    Syntax
    'Declaration
     
    
    Public Property FirstCondition As String
    'Usage
     
    
    Dim instance As ConditionalFormat
    Dim value As String
     
    instance.FirstCondition = value
     
    value = instance.FirstCondition
    public string FirstCondition {get; set;}

    Property Value

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