ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLConditionalFormattingRule Class / Pattern Property

In This Topic
    Pattern Property (XLConditionalFormattingRule)
    In This Topic
    Gets or sets the pattern of the conditional formatting.
    Syntax
    'Declaration
     
    Public Property Pattern As XLPatternFormatting
    public XLPatternFormatting Pattern {get; set;}
    See Also