Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.02 KB

CellsColor.md

File metadata and controls

21 lines (17 loc) · 1.02 KB

AsposeCellsCloud::Object::CellsColor

Load the model package

use AsposeCellsCloud::Object::CellsColor;

Properties

Name Type Description Notes
Color Color Gets and sets the RGB color.
ColorIndex int Gets and sets the color index in the color palette. Only applies of indexed color.
IsShapeColor boolean Gets and set the color which should apply to cell or shape.
tint double Set the tint of the shape color
Argb int Gets and sets the color from a 32-bit ARGB value.
ThemeColor ThemeColor Gets the theme color. Only applies for theme color type.
Type string The color type.
Transparency double Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear).

[Back to Model list] [Back to API list] [Back to README]