[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITop10

ITop10 Interface

Represents a top ten visual of a conditional formatting rule. Applying a color to a range helps you see the value of a cell relative to other cells.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ITop10 : IFormatCondition
Public Interface ITop10
    Inherits IFormatCondition

Properties

Name Description
Percent

Gets or sets a Boolean value, specifying if the rank is determined by a percentage value.

Rank

Gets or sets a Long value, specifying either the number or percentage of the rank value for the conditional format rule.

TopBottom

Gets or sets one of the constants of the TopBottom enumeration, determining if the ranking is evaluated from the top or bottom.