background_color property
background_color property
Gets or sets the background Color of the Area.
Definition:
@property
def background_color(self):
    ...
@background_color.setter
def background_color(self, value):
    ...
See Also
- module aspose.cells.drawing
- class Area
- class PatternFill