FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ConditionFilter Class / Clone Method

In This Topic
    Clone Method (ConditionFilter)
    In This Topic
    Creates a clone of this ConditionFilter.
    Syntax
    'Declaration
     
    
    Public Function Clone() As ConditionFilter
    public ConditionFilter Clone()

    Return Value

    A clone of this ConditionFilter.
    See Also