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

NameTypeAccessDescription
x: numberReadGets the x.
y: numberReadGets the y.
width: numberReadGets the width.
height: numberReadGets the height.

See Also