Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IConditionalFormattingModel Interface
Properties Methods Events

In This Topic
    IConditionalFormattingModel Interface Members
    In This Topic

    The following tables list the members exposed by IConditionalFormattingModel.

    Public Properties
     NameDescription
     PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>)
     PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>)
     PropertyGets or sets the ConditionalFormatting at the specified index.  
     Property Gets or sets the sheet view.  
    Top
    Public Methods
     NameDescription
     MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>)
     MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>)
     MethodDetermines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>)
     MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>)
     Method Finds all conditional formatting that takes effect in the specified cell range.  
     Method Finds all rules which take effect in the specified cell.  
     MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<ConditionalFormatting>)
     MethodRemoves the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<ConditionalFormatting>)
     Method Resumes this instance.  
     Method Suspends this instance.  
    Top
    Public Events
     NameDescription
     Event Occurs when the user makes a change to the model that affects the conditional formatting of cells in the sheet.  
    Top
    See Also