E
Edi
Hi,
Im using word 2003 object model
but having a strange bug using the:
tmpRange = oWordApp.ActiveWindow.RangeFromPoint(x,y)
row = tmpRange.Cells[1].RowIndex;
column = tmpRange.Cells[1].ColumnIndex;
im trying to retrive a cell row and column from a table when ever
the mouse pointer is above it,
the problem appears when im tring to get cell that do not contain any data
(text)
in it and when table alignment is not left aligned
is there any solution to this issue?
Thanks
Im using word 2003 object model
but having a strange bug using the:
tmpRange = oWordApp.ActiveWindow.RangeFromPoint(x,y)
row = tmpRange.Cells[1].RowIndex;
column = tmpRange.Cells[1].ColumnIndex;
im trying to retrive a cell row and column from a table when ever
the mouse pointer is above it,
the problem appears when im tring to get cell that do not contain any data
(text)
in it and when table alignment is not left aligned
is there any solution to this issue?
Thanks