argb property
argb property
Gets and sets the color from a 32-bit ARGB value.
Definition:
@property
def argb(self):
...
@argb.setter
def argb(self, value):
...
See Also
- module
aspose.cells
- class
CellsColor
Gets and sets the color from a 32-bit ARGB value.
@property
def argb(self):
...
@argb.setter
def argb(self, value):
...
aspose.cells
CellsColor