Border

Overview

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

Border.left, Border.right, Border.top, and Border.bottom properties return the individual border definitions for a cell.

Properties: bottom, left, right, top.

Description

Border 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: : borderline; : borderline; : borderline. These operations enable developers to integrate border functionality directly into TypeScript applications.

The class also provides the left property (gets the left), the right property (gets the right), the top property (gets the top).

Properties

NameTypeAccessDescription
left: BorderLineReadGets the left.
right: BorderLineReadGets the right.
top: BorderLineReadGets the top.
bottom: BorderLineReadGets the bottom.

See Also