SpreadsheetGear 2017
Color Structure
Members 






SpreadsheetGear Namespace : Color Structure
Represents a Color in the SpreadsheetGear API.
Object Model
Color Structure
Syntax
'Declaration
 
Public Structure Color 
   Inherits System.ValueType
'Usage
 
Dim instance As Color
public struct Color : System.ValueType 
public type Color = class(System.ValueType)
In JScript, you can use structures in other assemblies, but you cannot define your own.
public __value struct Color : public System.ValueType 
public value class Color : public System.ValueType 
Inheritance Hierarchy

System.Object
   System.ValueType
      SpreadsheetGear.Color

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Color Members
SpreadsheetGear Namespace