Class CellsColor

CellsColor class

Represents all types of color.

public class CellsColor

Properties

NameDescription
Argb { get; set; }Gets and sets the color from a 32-bit ARGB value.
Color { get; set; }Gets and sets the RGB color.
ColorIndex { get; set; }Gets and sets the color index in the color palette. Only applies of indexed color.
IsShapeColor { get; set; }Gets and set the color which should apply to cell or shape.
ThemeColor { get; set; }Gets the theme color. Only applies for theme color type.
Transparency { get; set; }Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear).
Type { get; }The color type.

Methods

NameDescription
SetTintOfShapeColor(double)Set the tint of the shape color

See Also