get_cell_border_width method
get_cell_border_width(self, border_type)
Specifies cell border width according to border type.
Returns
cell border width
def get_cell_border_width(self, border_type):
...
Parameter | Type | Description |
---|---|---|
border_type | aspose.cells.CellBorderType | cell border type |
Remarks
Any negative value will be ignored.
See Also
- module
aspose.cells.rendering
- class
CustomRenderSettings