Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Filter Class / Clone Method


In This Topic
    Clone Method (Filter)
    In This Topic
    Creates a new Filter object that is a copy of the current instance.
    Syntax
    'Declaration
     
    
    Public MustOverride Function Clone() As Filter
    'Usage
     
    
    Dim instance As Filter
    Dim value As Filter
     
    value = instance.Clone()
    public abstract Filter Clone()

    Return Value

    A new Filter object that is a copy of this instance.
    See Also