Please, can somebody confirm the following problem or tell me where I am
wrong?
Make thisComponent a spreadsheet.

REM  *****  BASIC  *****
Sub Main
sh = thisComponent.Sheets.getByIndex(0)
cell = sh.getCellByPosition(0,0)

'GlobalScope.BasicLibraries.loadLibrary("XrayTool")
'xray cell '<--shows cell.getStart(), cell.getEnd() and
cell.createTextCursor()

'all of the following raise error "Property or method not found":
txtRange = cell.getStart()
txtRange = cell.getEnd()
cursor = cell.createTextCursor()
'xray cursor
End Sub


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to