View Single Post
  #2   Report Post  
Posted to microsoft.public.word.tables
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Index positioning on a Table

This is one case where using the Selection object is probably OK

Selection.Rows(1)

will refer to the row in which the selection is located.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Ing. Miguel Márquez" wrote in
message ...
Hi there,

I´m programming an invoice word document using Visual Studio Tools for
Office 2005 and C#.
I've created an actions pane that inserts book details on the details
table
inside the word document.
I need to know the index of the row that actually has the focus, in order
to
insert a new item or delete the current item.

How can I do this?

Thanks for your help folks
--
Ing. Miguel Márquez