PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / SortExpression Class / Clone Method

In This Topic
    Clone Method (SortExpression)
    In This Topic
    Creates a copy of the current SortExpression object (the C1.C1Preview.IOwnedCollectionItem.Owner property is not cloned).
    Syntax
    'Declaration
     
    Public Function Clone() As SortExpression
    public SortExpression Clone()

    Return Value

    The newly created SortExpression object.
    See Also