PlotArea
Overview
PlotArea is a interface in Aspose.Cells FOSS for Typescript.
Properties: height, width, x, y.
Description
PlotArea 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: : number; : number; : number. These operations enable developers to integrate plotarea functionality directly into TypeScript applications.
The class also provides the x property (gets the x), the y property (gets the y), the width property (gets the width).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | : number | Read | Gets the x. |
y | : number | Read | Gets the y. |
width | : number | Read | Gets the width. |
height | : number | Read | Gets the height. |