color property
color property
Gets and sets the RGB color.
Definition:
@property
def color(self):
...
@color.setter
def color(self, value):
...
See Also
- module
aspose.cells
- class
CellsColor
Gets and sets the RGB color.
@property
def color(self):
...
@color.setter
def color(self, value):
...
aspose.cells
CellsColor