Tab key

M

mbaserdem

Hi all,

I would like to control cursor movements in owc spreadsheet object. I
couldn't find any spreadsheet property to avoid "Tab" key behaviour. Do
you know something similar to MoveAfterReturn property for "Tab" key.
Or anyother possible solution?

My owc version is 11.

Thanks in advance

Mehmet
 
A

Alvin Bruney - ASP.NET MVP

that functionality is not supported

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 
R

Richard Ch

You can try to use BeforeKeyPress, cancel it and use your own function
Ta,
Richard
 
Top