API Reference
@univerjs
@univerjs/core
interfaces
Iselectioncell

@univerjs/core v0.4.2Docs


Interface: ISelectionCell

Range data structure

One of the range types,

e.g., { startRow:0 , startColumn:0, endRow:1, endColumn:1, }

means "A1:B2"

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
actualColumnnumber-ISingleCell.actualColumnsubmodules/univer/packages/core/src/sheets/typedef.ts:590 (opens in a new tab)
actualRownumber-ISingleCell.actualRowsubmodules/univer/packages/core/src/sheets/typedef.ts:589 (opens in a new tab)
endAbsoluteRefType?AbsoluteRefType-IRange.endAbsoluteRefTypesubmodules/univer/packages/core/src/sheets/typedef.ts:442 (opens in a new tab)
endColumnnumberThe end column (exclusive) of the range endColumnIRange.endColumnsubmodules/univer/packages/core/src/sheets/typedef.ts:419 (opens in a new tab)
endRownumberThe end row (exclusive) of the range endRowIRange.endRowsubmodules/univer/packages/core/src/sheets/typedef.ts:405 (opens in a new tab)
isMergedboolean-ISingleCell.isMergedsubmodules/univer/packages/core/src/sheets/typedef.ts:591 (opens in a new tab)
isMergedMainCellboolean-ISingleCell.isMergedMainCellsubmodules/univer/packages/core/src/sheets/typedef.ts:592 (opens in a new tab)
rangeType?RANGE_TYPE-IRange.rangeTypesubmodules/univer/packages/core/src/sheets/typedef.ts:438 (opens in a new tab)
sheetId?stringId of the Worksheet the range belongs to. When this field is not defined, it should be considered as the range in the currently activated worksheet.IRange.sheetIdsubmodules/univer/packages/core/src/sheets/typedef.ts:391 (opens in a new tab)
startAbsoluteRefType?AbsoluteRefType-IRange.startAbsoluteRefTypesubmodules/univer/packages/core/src/sheets/typedef.ts:440 (opens in a new tab)
startColumnnumberThe start column (inclusive) of the range startColumnIRange.startColumnsubmodules/univer/packages/core/src/sheets/typedef.ts:413 (opens in a new tab)
startRownumberThe start row (inclusive) of the range startRowIRange.startRowsubmodules/univer/packages/core/src/sheets/typedef.ts:399 (opens in a new tab)
unitId?stringId of the Workbook the range belongs to. When this field is not defined, it should be considered as the range in the currently activated worksheet.IRange.unitIdsubmodules/univer/packages/core/src/sheets/typedef.ts:385 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.