Border

Overview

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

Represents border settings for a single side of a cell or range of cells.

This class provides 1 method for working with Border 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: color, line_style, weight.

Properties

NameTypeAccessDescription
line_style``ReadGets the line style.
color``ReadGets the color.
weight``ReadGets the weight.

Methods

SignatureDescription
__init__(line_style, color, weight)Initializes a new instance of Border class.

See Also