Starting to move some routines from vba to Open XML.
I am using the following to identify Font changes:
Dim l as List(Of RunFonts) = (Doc.Descendants(Of RunFonts)()).ToList
I would now like to iterate thru this list and identify any occurrences
that occurr within a table. An example or reference would be greatly
appreciated.
Tim