Hello! I create a word document from a template with a frame. When creating a table, it crawls onto the frame. Tell me how to move it to the right?
In short, figured out. For the indent from the left edge for the table, the row property is responsible:
table.Rows.LeftIndent = 70;
I also found a useful thing: in Word, you can write a macro and then see its code in VBA
Source: https://ru.stackoverflow.com/questions/694697/More articles:Why generic - and do not eat primitive typesDisplay the menu when you click on the icon in the taskbarArrayList.toString without commasPlease explain the scope in PythonThrows error Undefined variable: usersYII2 CNC url with aliasWork with proxies in C using Linux socketsRunning Node.js Script as a Windows ServiceHow in java to quickly find out the number of characters after the dot?Remove () .call (this) function in CoffeeScript on Ruby on RailsAll Articles