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