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
| Name | Type | Access | Description |
|---|---|---|---|
left | : BorderLine | Read | Gets the left. |
right | : BorderLine | Read | Gets the right. |
top | : BorderLine | Read | Gets the top. |
bottom | : BorderLine | Read | Gets the bottom. |