Hi, When we query the currently selected object from a spreadsheet view, we may get a single cell. Is my assumption right that the API does not offer any method to tell us if the cell is highlighted or not?
If so, this would mean that we can use the API to set a certain state [Basic: oView.select(oCell) vs. oView.select(oEmptySheetCellRanges)] without beeing able to read that state. Same as with objects on a sheet. We can delete them with oRange.clearContents(nFlag), but we can not query them with oRange.queryContentCells(nFlag) where nFlag is c.s.s.sheet.CellFlags.OBJECT. Further, I assume that this inconsistent behaviour is not a bug. It is intended to (not) work this way. Greetings, Andreas Säger --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
