Apply a TableStyle to a Word Table
问题 Trying to style a table using a predefined style but nothing is working. I've tried with a a newly created document and one created from a saved template. Using the SDK Productivity tool I can see the style is there in the template but it's not being applied. I've tried appended the style or setting it directly and neither seem to work. public static void CreateWordprocessingDocument(string fileName) { string[,] data = { {"Texas", "TX"}, {"California", "CA"}, {"New York", "NY"}, {