SheetXL - v0.3.20
Preparing search index...
@sheetxl/sdk
ITypes
RangeCoordValue
Interface RangeCoordValue<T>
Associate an optional value with a
RangeCoords
.
interface
RangeCoordValue
<
T
=
any
>
{
colEnd
:
number
;
colStart
:
number
;
rowEnd
:
number
;
rowStart
:
number
;
}
Type Parameters
T
=
any
Hierarchy (
View Summary
)
RangeCoords
RangeCoordValue
Index
Properties
col
End
col
Start
row
End
row
Start
Properties
col
End
colEnd
:
number
Right column
col
Start
colStart
:
number
Left column
row
End
rowEnd
:
number
Bottom row
row
Start
rowStart
:
number
Top row
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
col
End
col
Start
row
End
row
Start
SheetXL - v0.3.20
Loading...
Associate an optional value with a RangeCoords.