Show / Hide Table of Contents

Class IconSet

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

Constructors

IconSet()

Declaration
public IconSet()

Properties

Conditions

Declaration
public List<ConditionValue> Conditions { get; }
Property Value
Type Description
List<ConditionValue>

IconCount

Declaration
public int IconCount { get; }
Property Value
Type Description
System.Int32

Percent

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

Reverse

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

Type

Declaration
public IconSetType Type { get; set; }
Property Value
Type Description
IconSetType

ValueVisible

Declaration
public bool ValueVisible { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX