Namespace: Spire.Xls
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 OColor : IDisposable
Public Class OColor
	Implements IDisposable
public ref class OColor : IDisposable
type OColor =  
    class
        interface IDisposable
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
OColor()()()()
Initializes a new instance of the OColor class
OColor(Color)
Initializes a new instance of the OColor class
ColorType
Dispose()()()()
Releases all resources used by the OColor
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.)
GetHashCode()()()() (Overrides Object..::..GetHashCode()()()().)
GetKnownColor(Workbook)
GetThemeColor(Int32%, Double%)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetKnownColor(ExcelColors)
SetRGB(Color, IWorkbook, Double)
SetTheme(Int32, IWorkbook)
SetTheme(Int32, IWorkbook, Double)
Tint
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Value

Inheritance Hierarchy

System..::..Object
  Spire.Xls..::..OColor

See Also