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


In This Topic
    Delete Method (CfRule)
    In This Topic
    Removes this CfRule rule from worksheet.
    Syntax
    'Declaration
     
    Public Sub Delete() 
    'Usage
     
    Dim instance As CfRule
     
    instance.Delete()
    public void Delete()
    See Also