Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BuiltInCfRule Class
Members


In This Topic
    BuiltInCfRule Class
    In This Topic
    Represents a built-in conditional formatting rule. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class BuiltInCfRule 
       Inherits CfRule
    'Usage
     
    
    Dim instance As BuiltInCfRule
    public abstract class BuiltInCfRule : CfRule 
    Inheritance Hierarchy
    See Also