SheetXL - v0.3.20
Preparing search index...
@sheetxl/utils
Dimensions
Interface Dimensions
Represents a shape that has a width and height.
interface
Dimensions
{
height
:
number
;
width
:
number
;
}
Hierarchy (
View Summary
)
Dimensions
Bounds
Index
Properties
height
width
Properties
height
height
:
number
The height of the shape.
width
width
:
number
The width of the shape.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
height
width
SheetXL - v0.3.20
Loading...
Represents a shape that has a width and height.