Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IValidation Interface / Delete Method


In This Topic
    Delete Method (IValidation)
    In This Topic
    Deletes data validation.
    Syntax
    'Declaration
     
    
    Sub Delete() 
    'Usage
     
    
    Dim instance As IValidation
     
    instance.Delete()
    void Delete()
    See Also