wpf - Accessing the value in a System.Windows.Documents.TableCell -
i trying access value of tablecell flowdocument , i'm stumped.
i doing within unit test assert 1 particular value (the date) made document.
here (ugly) code far:
((table) ((flowdocument) actual.source).blocks.firstblock).rowgroups[0].rows[0].cells[1] edit: @ point code cannot see how value can accessed.
Comments
Post a Comment