Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ConditionalFormatting Class / Rules Property


In This Topic
    Rules Property
    In This Topic
    Gets the rules.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rules As IEnumerable(Of IConditionalFormattingRule)
    'Usage
     
    
    Dim instance As ConditionalFormatting
    Dim value As IEnumerable(Of IConditionalFormattingRule)
     
    value = instance.Rules
    See Also