@univerjs/sheets v0.4.2 • Docs
Interface: ISelectionWithStyle
Extends
Properties
Property | Type | Description | Inherited from | 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. | ISelection .primary | packages/core/src/sheets/typedef.ts:612 (opens in a new tab) |
range | IRange | Sheet selection range. | ISelection .range | packages/core/src/sheets/typedef.ts:607 (opens in a new tab) |
style | Nullable <ISelectionStyle > | - | - | packages/sheets/src/basics/selection.ts:147 (opens in a new tab) |