You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The width of the table that autofits to "page" is 5000 (according to @hisuwh) . So to introduce this feature, we need to add 5000/numberOfColumns I guess. Someone would need to test this theory ;-)
Actually, it was simpler than I thought. Added two methods, DistributeColumnsEvenly and SetWidthPercentage, which can help split the table as you want it. Haven't tested if there are specific column sizes defined, may need to be adjusted to remove specific sizing of columns when defining that. Will require testing
Is this possible with OpenXML/this API? I haven't seen it anywhere.
https://learn.microsoft.com/en-us/office/vba/api/word.columns.distributewidth
The text was updated successfully, but these errors were encountered: