color propriété
color propriété
Obtient et définit le RVB color.
Définition:
@property
def color(self):
...
@color.setter
def color(self, value):
...
Voir également
- module aspose.cells
- classe CellsColor
Obtient et définit le RVB color.
@property
def color(self):
...
@color.setter
def color(self, value):
...