Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IConditionalFormattingDataRule Interface / ValuesRequires Property


In This Topic
    ValuesRequires Property
    In This Topic
    Gets a value that indicates whether the rule needs all values from the ranges.
    Syntax
    'Declaration
     
    
    ReadOnly Property ValuesRequires As Boolean
    'Usage
     
    
    Dim instance As IConditionalFormattingDataRule
    Dim value As Boolean
     
    value = instance.ValuesRequires
    bool ValuesRequires {get;}

    Property Value

    true if the rule needs all values from the ranges; otherwise, false.
    See Also