Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingColorValueCollection Class
Properties Methods Events


ConditionalFormattingColorValueCollection Class Members

The following tables list the members exposed by ConditionalFormattingColorValueCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyGets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public PropertyGets the number of elements actually contained in the ListBase<T>. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public PropertyGets or sets the element at the specified index. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Top
Public Methods
 NameDescription
Public MethodAdds an object to the end of the ListBase<T>. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodAdds the elements of the specified collection to the end of the ListBase<T>. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodOverloaded.  (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodRemoves all elements from the ListBase<T>. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodDetermines whether the ListBase<T> contains a specific value. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodOverloaded.  (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public Method (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodOverloaded.  (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodInserts an item to the ListBase<T> at the specified index. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodInserts the elements of a collection into the ListBase<T> at the specified index. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodOverloaded.  (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodRemoves the first occurrence of a specific object from the ListBase<T>. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodRemoves the ListBase<T> item at the specified index. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodRemoves a range of elements from the ListBase<T>. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodOverloaded. Reverses the order of the elements in the entire ListBase<T>. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodOverloaded. Sorts the elements in the entire ListBase<T> using the default comparer. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodCopies the elements of the ListBase<T> to a new array. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Public MethodSets the capacity to the actual number of elements in the ListBase<T>, if that number is less than a threshold value. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Top
Protected Methods
Public Events
 NameDescription
Public EventOccurs when the list or an item in the list changes. (Inherited from FarPoint.Win.Spread.ListBase<ConditionalFormattingColorValue>)
Top
See Also