set_outline_border Methode
set_outline_border
Legt einen Umrissrahmen um einen Bereich von Zellen fest.
def set_outline_border(self, border_edge, border_style, border_color):
...
Parameter | Typ | Beschreibung |
---|---|---|
border_edge | BorderType | Randkante. |
border_style | CellBorderType | Grenzstil. |
border_color | CellsColor | Randfarbe. |
set_outline_border
Legt einen Umrissrahmen um einen Bereich von Zellen fest.
def set_outline_border(self, border_edge, border_style, border_color):
...
Parameter | Typ | Beschreibung |
---|---|---|
border_edge | BorderType | Randkante. |
border_style | CellBorderType | Grenzstil. |
border_color | aspose.pydrawing.Color | Randfarbe. |
Siehe auch
- Modul
aspose.cells
- Klasse
Range