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
| Name | Type | Access | Description |
|---|---|---|---|
style | : "thin" | "medium" | "thick" | "dashed" | "dotted" | Read | Gets the style. |
color | : string | Read | Gets the color. |