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

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -