Namespace: Spire.Xls.Core.Spreadsheet
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 ColorConditionValue : XlsConditionValue, 
	IColorConditionValue, IConditionValue
Public Class ColorConditionValue
	Inherits XlsConditionValue
	Implements IColorConditionValue, IConditionValue
public ref class ColorConditionValue : public XlsConditionValue, 
	IColorConditionValue, IConditionValue
type ColorConditionValue =  
    class
        inherit XlsConditionValue
        interface IColorConditionValue
        interface IConditionValue
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ColorConditionValue(ConditionValueType, Object, Color) Obsolete.
Initializes a new instance of the ColorConditionValue class
Equals(Object) (Inherited from XlsConditionValue.)
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.)
FormatColor
GetHashCode()()()() (Inherited from XlsConditionValue.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsGTE
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Position
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
Value

Inheritance Hierarchy

System..::..Object
  Spire.Xls..::..XlsConditionValue
    Spire.Xls.Core.Spreadsheet..::..ColorConditionValue

See Also