Spread Windows Forms 17
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