Preparing search index...
The search index is not available
SheetXL - v0.1.84
SheetXL
common-mui/src
RelativePoint
Interface RelativePoint
If the x or y is a string it is assumed to be a percentage of available space before.
interface
RelativePoint
{
x
?:
string
|
number
;
y
?:
string
|
number
;
}
Index
Properties
x?
y?
Properties
Optional
x
x
?:
string
|
number
Optional
y
y
?:
string
|
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
x
y
SheetXL - v0.1.84
Loading...
If the x or y is a string it is assumed to be a percentage of available space before.