Interface: ISelectionWithCoord
Defined in: submodules/univer/packages/sheets/src/basics/selection.ts:142
Selection range Info, contains selection range & primary range primary range is the range of the highlighted cell.
rangeWithCoord: IRangeWithCoord;
primaryWithCoord: Nullable
Properties
Property | Type | Defined in |
---|---|---|
primaryWithCoord | Nullable <ICellWithCoord > | submodules/univer/packages/sheets/src/basics/selection.ts:144 |
rangeWithCoord | IRangeWithCoord | submodules/univer/packages/sheets/src/basics/selection.ts:143 |
style? | Nullable <ISelectionStyle > | submodules/univer/packages/sheets/src/basics/selection.ts:145 |