@univerjssheetsindexfunctionsConvertselectiondatatorange

@univerjs/sheets v0.5.0-beta.1Docs


Function: convertSelectionDataToRange()

function convertSelectionDataToRange(selectionWithCoordAndStyle): ISelectionWithStyle

Process a selection with coordinates and style, and extract the coordinate information, because the render needs coordinates when drawing. Since the selection.manager.service is unrelated to the coordinates, it only accepts data of type ISelectionWithStyle, so a conversion is necessary.

Parameters

ParameterTypeDescription
selectionWithCoordAndStyleISelectionWithCoordSelection with coordinates and style

Returns

ISelectionWithStyle

Defined in

submodules/univer/packages/sheets/src/basics/selection.ts:177