Open-XML-SDK icon indicating copy to clipboard operation
Open-XML-SDK copied to clipboard

Wordprocessing: Add explicit properties to Table

Open m-gallesio opened this issue 2 years ago • 0 comments

DocumentFormat.OpenXml.Wordprocessing.Table should provide properties to explicitly access some of its fixed fields, like TableProperties, TableGrid and its collection of TableRows. This would match how several other classes already work (Paragraph.ParagraphProperties, Run.RunProperties, ...). TableRow might also appreciate a way to explicitly access its cells, unless .Descendants<TableCell>() is deemed enough.

m-gallesio avatar May 18 '22 07:05 m-gallesio