menu

WinUI

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

    Show / Hide Table of Contents

    Interface ITopBottom

    Represents the top or bottom conditional formatting rule. Applying this rule to a range helps you highlight the top or bottom �n� cells from the selected range.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public interface ITopBottom

    Properties

    Percent

    Specifies whether the rank is determined by a percentage value.

    Declaration
    bool Percent { get; set; }
    Property Value
    Type
    System.Boolean

    Rank

    Specifies the maximum number or percentage of cells to be highlighted for this conditional formatting rule.

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

    Type

    Specifies whether the ranking is evaluated from the top or bottom.

    Declaration
    ExcelCFTopBottomType Type { get; set; }
    Property Value
    Type
    ExcelCFTopBottomType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved