B
Bear
In a mixed selection that begins in a paragraph and ends in the first row of
a table, the range.paragraphs contains the end-of-row marker as a para.
If I select that para range, range.information(wdatendofrowmarker) is false.
If I collapse the range, it's true.
Is there any other way I could detect that the para was the end-of-row
marker without collapsing it or creating a working range to collapse and test?
In other words, is there any way to test that the end of row marker is
selected aside from range.information?
Bear
a table, the range.paragraphs contains the end-of-row marker as a para.
If I select that para range, range.information(wdatendofrowmarker) is false.
If I collapse the range, it's true.
Is there any other way I could detect that the para was the end-of-row
marker without collapsing it or creating a working range to collapse and test?
In other words, is there any way to test that the end of row marker is
selected aside from range.information?
Bear