Borders

Overview

Borders is a class in Aspose.Cells FOSS for Python.

Represents border settings for all sides of a cell or range of cells.

This class provides 1 method for working with Borders objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: bottom, diagonal, diagonal_down, diagonal_up, left, right, and 1 more.

Properties

NameTypeAccessDescription
top``ReadGets the top.
bottom``ReadGets the bottom.
left``ReadGets the left.
right``ReadGets the right.
diagonal_up``ReadGets the diagonal up.
diagonal_down``ReadGets the diagonal down.
diagonal``ReadGets the diagonal.

Methods

SignatureDescription
__init__()Initializes a new instance of Borders class.

See Also