Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TwoColorScaleConditionalFormattingRule Class / GetAllRules Method


In This Topic
    GetAllRules Method (TwoColorScaleConditionalFormattingRule)
    In This Topic
    Gets all rules.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function GetAllRules() As IPrePaintConditionalFormattingRule()
    'Usage
     
    Dim instance As TwoColorScaleConditionalFormattingRule
    Dim value() As IPrePaintConditionalFormattingRule
     
    value = instance.GetAllRules()
    public override IPrePaintConditionalFormattingRule[] GetAllRules()
    See Also