Show / Hide Table of Contents

Class Top10Filter

Inheritance
System.Object
Top10Filter
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Top10Filter : object

Constructors

Top10Filter()

Declaration
public Top10Filter()

Properties

FilterValue

Declaration
public double? FilterValue { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Percent

Specifies whether a percentage of top or bottom items are displayed, or a set number of top or bottom items are displayed.

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

Top

Gets or sets whether the top or bottom items are displayed.

Declaration
public bool Top { get; set; }
Property Value
Type Description
System.Boolean

Value

Declaration
public double Value { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX