public interface IUiSelectionInfo
Modifier and Type | Method and Description |
---|---|
IRangeAddress |
getActiveCell()
Any selection has just one active (focused) cell, this call returns this cell
|
int |
getActiveWorksheetId()
Gets the id of the active worksheet
|
IRangeAddress |
getSelection()
Gets the current cell selection.
|
IRangeAddress getSelection()
IRangeAddress
of current selectionIRangeAddress getActiveCell()
IRangeAddress
of focused cellint getActiveWorksheetId()
Copyright © 2024. All rights reserved.