Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfRule Class / AutoGenerateValues Method


In This Topic
    AutoGenerateValues Method (CfRule)
    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