Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorFilter Class / Clone Method


In This Topic
    Clone Method (ColorFilter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As Filter
    'Usage
     
    
    Dim instance As ColorFilter
    Dim value As Filter
     
    value = instance.Clone()
    public override Filter Clone()
    See Also