A
Andrew Sheshko
I'd like to iterate through all Tables in Selection object. So how to detect
if cell is selected?
if cell is selected?
I don't understand exactly what you want. Do you want to know whether theI'd like to iterate through all Tables in Selection object. So how to detect
if cell is selected?
I don't understand exactly what you want. Do you want to know whether the
selection is in a table? Or do you need to know in which cell it is? You need
to be more specific...
Cell position, as in column and row index? There should be ColumnIndex andIm having almost the same problem...
Im trying to get the Cell position from the Selected/Range.Selection etc.
table.Range.Sections[0]...
but still cant get the right result