Search Results for

    Show / Hide Table of Contents

    Interface IPatternFormatting

    High level representation for Font Formatting component of Conditional Formatting Settings.

    Namespace: IronXL.Formatting
    Assembly: IronXL.dll
    Syntax
    public interface IPatternFormatting

    When a conditional formatting rule needs to fill the cells it matches, IPatternFormatting is the contract that sets that fill. It is the classic "color this cell when its value crosses a threshold" effect, the background color and pattern a rule paints over matched data, and the most common way a conditional rule draws attention. It is the fill side of conditional formatting, separate from the always-on fill on IStyle.

    A developer obtains it from ConditionalFormattingRule.PatternFormatting, a get-only property on a rule created through a worksheet's conditional formatting surface. The fill applies only when the rule's condition is met, so it is configured on the rule before the rule is added to a region.

    BackgroundColor sets the fill color as an RGB string, and FillPattern takes a FillPattern value for solid or patterned fills. A solid background color is the typical choice for highlighting; the pattern is there for cases that need a textured fill rather than a flat one.

    using IronXL;
    using IronXL.Formatting;
    
    WorkSheet sheet = WorkBook.Load("report.xlsx").DefaultWorkSheet;
    ConditionalFormattingRule rule = sheet.ConditionalFormatting
        .CreateConditionalFormattingRule(ComparisonOperator.GreaterThan, "1000");
    rule.PatternFormatting.BackgroundColor = "#FFEB9C";

    The conditional formatting how-to walks through building rules, and the background pattern color how-to covers fills and patterns directly.

    Properties

    BackgroundColor

    Gets or sets the color of the background.

    Declaration
    string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String

    The color of the background.

    FillPattern

    Gets or sets the fill pattern.

    Declaration
    FillPattern FillPattern { get; set; }
    Property Value
    Type Description
    FillPattern

    The fill pattern.

    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    IronXL_for_dotnet_log2o
    Blue key in circleGet started for FREE
    No credit card required
    Test in a live environment

    Test in production without watermarks.
    Works wherever you need it to.

    Fully-functional product

    Get 30 days of fully functional product.
    Have it up and running in minutes.

    24/5 technical support

    Full access to our support engineering team during your product trial

    Grey key in circleGet started for FREE
    The trial form was submitted successfully.
    Calendar in circleBook Free Live Demo
    No contact, no card details, no commitments Book a 30-minute, personal demo.
    Here's what to expect:

    A live demo of our product and its key features

    Get project specific feature recommendations

    All your questions are answered to make sure you have all the information you need. (No commitment whatsoever.)

    Grey key in circleBook Free Live Demo
    Your booking has been completed Check your e-mail for confirmation
    Support Team Member 6 related to The C# PDF Library Support Team Member 14 related to The C# PDF Library Support Team Member 4 related to The C# PDF Library Support Team Member 2 related to The C# PDF Library
    Online 24/5
    Need help? Our sales team would be glad to help you.
    Try the Enterprise Trial
    ironpdf_for_dotnet_log2o
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    bullet_checkedNo credit card or account creation required
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    Blue key in circleNo credit card or account creation required
    Green Check in orange circle
    The trial form was submitted successfully.
    badge_greencheck_in_yellowcircle
    Thank you for starting a trial

    Please check your email for the trial license key.

    If you don’t receive an email, please start a live chat or email support@ironsoftware.com

    Install with NuGet
    View Licensing
    • Logo Aetna
    • Logo NASA
    • Logo GE
    • Logo Porsche
    • Logo USDA
    • Logo Qatar
    Join Millions of Engineers who’ve tried IronXL