Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class XlsConditionalFormats : CollectionExtended<IConditionalFormat>, 
	IConditionalFormats, IEnumerable, IExcelApplication
Public Class XlsConditionalFormats
	Inherits CollectionExtended(Of IConditionalFormat)
	Implements IConditionalFormats, IEnumerable, IExcelApplication
public ref class XlsConditionalFormats : public CollectionExtended<IConditionalFormat^>, 
	IConditionalFormats, IEnumerable, IExcelApplication
type XlsConditionalFormats =  
    class
        inherit CollectionExtended<IConditionalFormat>
        interface IConditionalFormats
        interface IEnumerable
        interface IExcelApplication
    end

Members

               
 All Members  Fields   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Add(T) (Inherited from CollectionBase<(Of <(<'T>)>)>.)
AddAverageCondition(AverageType)
AddBeginsWithCondition(String)
AddCells(IList)
AddCells(XlsConditionalFormats)
AddCellValueCondition(ComparisonOperatorType, Double, Double)
AddCellValueCondition(ComparisonOperatorType, String, String)
AddCondition()()()()
AddContainsBlanksCondition()()()()
AddContainsErrorsCondition()()()()
AddContainsTextCondition(String)
AddDuplicateValuesCondition()()()()
AddEndsWithCondition(String)
AddNotContainsBlanksCondition()()()()
AddNotContainsErrorsCondition()()()()
AddNotContainsTextCondition(String)
AddRange(IXLSRange)
Address
AddressR1C1
AddTimePeriodCondition(TimePeriodType)
AddTopBottomCondition(TopBottomType, Int32)
AddUniqueValuesCondition()()()()
BeginUpdate()()()() Obsolete.
Capacity
CellRectangles
Changed (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
Clear()()()()
ClearCells()()()()
Clone(Object) (Overrides CollectionExtended<(Of <(<'T>)>)>..::..Clone(Object).)
CompareFormats(IConditionalFormat, IConditionalFormat) Obsolete.
CompareTo(XlsConditionalFormats)
Contains(T) (Inherited from CollectionBase<(Of <(<'T>)>)>.)
Contains(array<Rectangle>[]()[][])
ContainsCount(Rectangle)
CopyTo(array<T>[]()[][], Int32) (Inherited from CollectionBase<(Of <(<'T>)>)>.)
Count
EndUpdate()()()() Obsolete.
EnsureCapacity(Int32) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
Equals(Object) (Overrides Object..::..Equals(Object).)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindParent(Type) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
FindParent(Type, Boolean) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
GetByIndex(Int32)
GetEnumerator()()()()
GetHashCode()()()() (Overrides Object..::..GetHashCode()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(T) (Inherited from CollectionBase<(Of <(<'T>)>)>.)
InnerList (Inherited from CollectionBase<(Of <(<'T>)>)>.)
Insert(Int32, T) (Inherited from CollectionBase<(Of <(<'T>)>)>.)
IsEmpty
IsReadOnly (Inherited from CollectionBase<(Of <(<'T>)>)>.)
Item[([( Int32])])
List (Inherited from CollectionBase<(Of <(<'T>)>)>.)
MAXIMUM_CF_NUMBER
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnClear()()()() (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnClearComplete()()()() (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnInsert(Int32, T) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnInsertComplete(Int32, T) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnRemove(Int32, T) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnRemoveComplete(Int32, T) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnSet(Int32, T, T) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
OnSetComplete(Int32, T, T) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
Parent (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
Remove(T) (Inherited from CollectionBase<(Of <(<'T>)>)>.)
Remove(array<Rectangle>[]()[][])
Remove(Int32, Int32, Int32, Int32)
RemoveAt(Int32)
SetParent(Object) (Inherited from CollectionExtended<(Of <(<'T>)>)>.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Xls.Core.Spreadsheet.Collections..::..CollectionBase<(Of <(<'IConditionalFormat>)>)>
    Spire.Xls.Core.Spreadsheet.Collections..::..CollectionExtended<(Of <(<'IConditionalFormat>)>)>
      Spire.Xls.Core.Spreadsheet.Collections..::..XlsConditionalFormats

See Also