ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLShape Class / Clone() Method

In This Topic
    Clone() Method
    In This Topic
    Creates a new XLShape object that is a copy of the current instance.
    Syntax
    'Declaration
     
    Public Function Clone() As XLShape
    public XLShape Clone()

    Return Value

    A new XLShape object that is a copy of the current instance.
    See Also