ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLConditionalFormattingRule Class / Clone Method

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

    Return Value

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