Show / Hide Table of Contents

Class IconSetInformation

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

Constructors

IconSetInformation(Double, Double, Double, Boolean, IconSet)

Declaration
public IconSetInformation(double value, double min, double max, bool reversed, IconSet iconSet)
Parameters
Type Name Description
System.Double value
System.Double min
System.Double max
System.Boolean reversed
IconSet iconSet

Properties

Icon

Declaration
public IconType Icon { get; }
Property Value
Type Description
IconType

IconSet

Declaration
public IconSet IconSet { get; }
Property Value
Type Description
IconSet
Back to top Generated by DocFX