Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormat Class / Style Property


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