Interface: ISelection
Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:698
Extended by
Properties
Property | Type | Description | Defined in |
---|---|---|---|
primary | Nullable <ISelectionCell > | The highlighted cell in the selection range. If there are several selections, only one selection would have a primary cell. This cell range should consider the merged cells. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:709 |
range | IRange | Sheet selection range. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:702 |