SpreadColor
Class
Immutable ARGB color value used in cell formatting and theming.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
C#
public class SpreadColor
Inheritance: objectSpreadColor
Constructors
Initializes a new instance of the SpreadColor class.
Properties
Blue color component (0–255).
C#
public byte B { get; }
The blue component value.
Green color component (0–255).
C#
public byte G { get; }
The green component value.