menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IAboveBelowAverage - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IAboveBelowAverage

    Represents the above or below conditional formatting rule. Applying this rule to a range helps you highlight the cells which contain values above or below the average of selected range.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public interface IAboveBelowAverage

    Properties

    AverageType

    Specifies whether the conditional formatting rule looks for cell values above or below the range average or standard deviation.

    Declaration
    ExcelCFAverageType AverageType { get; set; }
    Property Value
    Type
    ExcelCFAverageType

    StdDevValue

    Specifies standard deviation number for AboveBelowAverage conditional formatting rule.

    Declaration
    int StdDevValue { get; set; }
    Property Value
    Type
    System.Int32
    Remarks

    Valid only if AverageType is set to AboveStdDev or BelowStdDev.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved