How to change the layout columns number in a part of the Word document in OpenXML?
I am creating a Word document with OpenXml in VB.NET, but I am having trouble creating sections with multiple columns.
I would like to be able to say “from this point on, all content will be in x columns,” but I can’t figure out how. The documentation is sparse and I can’t understand how to do it.
I tried to create a “CreateMulticolumnSection” method, but it seems that the number of columns in the last SectionProperties
is applied to the entire document.
How to change the layout in a part of the Word document in OpenXML?
I am creating a Word document with OpenXml in VB.NET, but I am having trouble creating sections with multiple columns.
I would like to be able to say “from this point on, all content will be in x columns,” but I can’t figure out how. The documentation is sparse and I can’t understand how to do it.
I tried to create a “CreateMulticolumnSection” method, but it seems that the number of columns in the last SectionProperties
is applied to the entire document.