Preparing search index...
The search index is not available
SheetXL - v0.1.84
SheetXL
grid/src
HeaderSelectionResults
Interface HeaderSelectionResults
interface
HeaderSelectionResults
{
getCellCoordsFromOffset
:
(
(
x
,
y
)
=>
CellCoords
)
;
onPointerDown
:
(
(
e
)
=>
void
)
;
}
Index
Properties
get
Cell
Coords
From
Offset
on
Pointer
Down
Properties
get
Cell
Coords
From
Offset
get
Cell
Coords
From
Offset
:
(
(
x
,
y
)
=>
CellCoords
)
Type declaration
(
x
,
y
)
:
CellCoords
Parameters
x
:
number
y
:
number
Returns
CellCoords
on
Pointer
Down
on
Pointer
Down
:
(
(
e
)
=>
void
)
Handler for pointerdown, use to set activeCoords
Type declaration
(
e
)
:
void
Parameters
e
:
PointerEvent
<
HTMLElement
>
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
get
Cell
Coords
From
Offset
on
Pointer
Down
SheetXL - v0.1.84
Loading...
Handler for pointerdown, use to set activeCoords