Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfRule Class / AutoGenerateValues Method


In This Topic
    AutoGenerateValues Method
    In This Topic
    Generates conditional formatting value(s) of this CfRule automatically.
    Syntax
    'Declaration
     
    Public Overridable Sub AutoGenerateValues() 
    'Usage
     
    Dim instance As CfRule
     
    instance.AutoGenerateValues()
    public virtual void AutoGenerateValues()
    See Also