[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormattingIconRuleSet

ConditionalFormattingIconRuleSet Class

Represents a set of icons which are used for an icon conditional formatting rule.

Inheritance
ConditionalFormattingIconRuleSet
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class ConditionalFormattingIconRuleSet : ListBase<ConditionalFormattingIconValue>, IList<ConditionalFormattingIconValue>, ICollection<ConditionalFormattingIconValue>, IEnumerable<ConditionalFormattingIconValue>, IList, ICollection, IEnumerable, ISerializable
Public Class ConditionalFormattingIconRuleSet
    Inherits ListBase(Of ConditionalFormattingIconValue)
    Implements IList(Of ConditionalFormattingIconValue), ICollection(Of ConditionalFormattingIconValue), IEnumerable(Of ConditionalFormattingIconValue), IList, ICollection, IEnumerable, ISerializable

Constructors

Name Description
ConditionalFormattingIconRuleSet(SerializationInfo, StreamingContext)

Properties

Name Description
IconSetStyle

Gets or sets the icon set style.

this[int]

Gets or sets the ConditionalFormattingIconValue object at the specified index.

Methods

Name Description
OnListChanged(ListChangedEventArgs)

Raises the ListChanged event.