Code: Alles auswählen
oSheet = thisComponent.getSheets.getByName(sSheetName)
oCell = oSheet.getCellByPosition(iCol,iRow)
thisComponent.CurrentController.select(oCell)
Code: Alles auswählen
oSheet = thisComponent.getSheets.getByName(sSheetName)
oCell = oSheet.getCellByPosition(iCol,iRow)
thisComponent.CurrentController.select(oCell)