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.

Properties

NameTypeAccessDescription
line_style``ReadRepresents the style of the border line (e.g., solid, dashed)
color``ReadRepresents the color of the border, typically as a hex string or color object
weight``ReadRepresents the thickness of the border line in points

Methods

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

See Also