is_outline property
is_outline property
Indicates if left, right, top, and bottom borders should be applied only to outside borders of a cell range. Default value is true.
Remarks
Only works when applying to a range for conditional formattings, pivot tables. If false,left, right, top, and bottom will apply to each cell, otherwise only to outside borders of a cell range. If true, please set horizontal and vertical border of inner borders of range for conditional formattings, pivot tables.
Definition:
@property
def is_outline(self):
...
@is_outline.setter
def is_outline(self, value):
...
See Also
- module
aspose.cells - class
BorderCollection