ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLColumn Class / Clone Method / Clone() Method

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

    Return Value

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