Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FormattingRuleBase Class / Style Property


In This Topic
    Style Property (FormattingRuleBase)
    In This Topic
    Gets or sets the style for the rule.
    Syntax
    'Declaration
     
    Public Property Style As StyleInfo
    'Usage
     
    Dim instance As FormattingRuleBase
    Dim value As StyleInfo
     
    instance.Style = value
     
    value = instance.Style
    public StyleInfo Style {get; set;}
    See Also