Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IInterior Interface / Color Property


In This Topic
    Color Property (IInterior)
    In This Topic
    Gets or sets the primary color of the object, as shown in the table in the remarks section.
    Syntax
    'Declaration
     
    
    Property Color As Color
    'Usage
     
    
    Dim instance As IInterior
    Dim value As Color
     
    instance.Color = value
     
    value = instance.Color
    Color Color {get; set;}

    Property Value

    A Color value represents the primary color of the object.
    Remarks
    The returned value is the stored value from the internal storage. For indexed color, it'll be different with ColorIndex.
    See Also