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? enter image description here

    1 answer 1

    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