@univerjs/core v0.4.2 • Docs
Interface: IRangeArrayData
One of the range types,
e.g., { row:[0,1], column:[0,1] } todo
true false 枚举 means "A1:B2"
Properties
Property | Type | Description | Defined in |
---|---|---|---|
column | IColumnStartEndData | column | submodules/univer/packages/core/src/sheets/typedef.ts:517 (opens in a new tab) |
row | IRowStartEndData | row | submodules/univer/packages/core/src/sheets/typedef.ts:513 (opens in a new tab) |