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


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