BorderLine

Overview

BorderLine is a interface in Aspose.Cells FOSS for Typescript.

BorderLine objects expose a style property and a color property to define the line style and its color for a cell border edge.

Properties: color, style.

Description

BorderLine is an interface in Aspose.Cells FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Core capabilities include: : "thin" \; : string`. These operations enable developers to integrate borderline functionality directly into TypeScript applications.

The class also provides the style property (gets the style), the color property (gets the color).

Properties

NameTypeAccessDescription
style: "thin" | "medium" | "thick" | "dashed" | "dotted"ReadGets the style.
color: stringReadGets the color.

See Also