Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorStop Class / Delete Method


In This Topic
    Delete Method (ColorStop)
    In This Topic
    Deletes the represented ColorStop object.
    Syntax
    'Declaration
     
    
    Public Sub Delete() 
    'Usage
     
    
    Dim instance As ColorStop
     
    instance.Delete()
    public void Delete()
    See Also