A
Andrey Dzizenko
Hello there!
Explain me please how should I enumerate all cells in a MSWord's table
(using automation of course). There're merged cells in a table, something
like that:
┌──────┬────────â”
│ │ │
│ ├────────┤
│ │ │
├──────┴────────┤
│ │
└───────────────┘
If I try to get access to the cell (2,1), I have an exception.
If I try to get (1,1), it looks like it's not a part of a merged cell.
E.g. it has height of the 1st row (btw width of (3,1) is ok, that problem
appears just with vertically merged cells).
Maybe there's a property that indicate a merged range?
What's the correct method to get all merged cells at all?
Thank you in advance,
A. Dzizenko.
Explain me please how should I enumerate all cells in a MSWord's table
(using automation of course). There're merged cells in a table, something
like that:
┌──────┬────────â”
│ │ │
│ ├────────┤
│ │ │
├──────┴────────┤
│ │
└───────────────┘
If I try to get access to the cell (2,1), I have an exception.
If I try to get (1,1), it looks like it's not a part of a merged cell.
E.g. it has height of the 1st row (btw width of (3,1) is ok, that problem
appears just with vertically merged cells).
Maybe there's a property that indicate a merged range?
What's the correct method to get all merged cells at all?
Thank you in advance,
A. Dzizenko.