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


In This Topic
    Style Property (ConditionalFormat)
    In This Topic
    Gets or sets a style for the conditional format.
    Syntax
    'Declaration
     
    
    Public Property Style As NamedStyle
    'Usage
     
    
    Dim instance As ConditionalFormat
    Dim value As NamedStyle
     
    instance.Style = value
     
    value = instance.Style
    public NamedStyle Style {get; set;}

    Property Value

    NamedStyle object containing the style to apply when the conditions are met
    Example
    This example returns the styles color.
    See Also