Spread WPF 18
GrapeCity.Spreadsheet Namespace / Color Structure
Members


In This Topic
    Color Structure
    In This Topic
    Struct ColorData
    Object Model
    Color Structure
    Syntax
    'Declaration
     
    <DebuggerDisplayAttribute("{ToString(), nq}{_tint==0?"":Tint.ToString(), nq}")>
    Public Structure Color 
       Inherits System.ValueType
    'Usage
     
    Dim instance As Color
    [DebuggerDisplay("{ToString(), nq}{_tint==0?"":Tint.ToString(), nq}")]
    public struct Color : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Spreadsheet.Color

    See Also