color propiedad
color propiedad
Obtiene y establece el RGB color.
Definición:
@property
def color(self):
...
@color.setter
def color(self, value):
...
Ver también
- módulo aspose.cells
- clase CellsColor
Obtiene y establece el RGB color.
@property
def color(self):
...
@color.setter
def color(self, value):
...