How To Add A Row In Word



Click the Insert tab in the Ribbon. Click the Table button and select how many cells, rows, and columns you want the table to display. You can also click Insert Table and enter the number of columns and rows for the inserted table. Inserting or deleting a row or column. In a Microsoft Word table, you can add or remove a row or column at any time. This example inserts a new row before the first row in the selection. Sub AddARow If Selection.Information(wdWithInTable) = True Then Selection.Rows.Add BeforeRow:=Selection.Rows(1) End If End Sub This example adds a row to the first table and then inserts the text Cell into this row.

-->Word

In a Microsoft Office Word table, the cells are organized into rows and columns. You can use the Add method of the Rows object to add rows to the table and the Add method of the Columns object to add columns.

Applies to: The information in this topic applies to document-level projects and VSTO Add-in projects for Word. For more information, see Features available by Office application and project type.

Document-level customization examples

The following code examples can be used in a document-level customization. To use these examples, run them from the ThisDocument class in your project. These examples assume that the document associated with your customization already has at least one table.

Important

How

This code runs only in projects that you create by using any of the following project templates:

  • Word 2013 Document

  • Word 2013 Template

  • Word 2010 Document

  • Word 2010 Template

    If you want to perform this task in any other type of project, you must add a reference to the Microsoft.Office.Interop.Word assembly, and then you must use classes from that assembly to add rows and columns to tables. For more information, see How to: Target Office applications through primary interop assemblies and Word 2010 primary interop assembly reference.

How To Add A Row In Word Table

To add a row to a table

  1. Use the Add method to add a row to the table.

To add a column to a table

  1. Use the Add method, and then use the DistributeWidth method to make all the columns the same width.

VSTO Add-in examples

The following code examples can be used in a VSTO Add-in. To use the examples, run them from the ThisAddIn class in your project. These examples assume that the active document already has at least one table.

Important

This code runs only in projects that you create by using Word VSTO Add-in templates.

If you want to perform this task in any other type of project, you must add a reference to the Microsoft.Office.Interop.Word assembly, and then you must use classes from that assembly to add rows and columns to tables. For more information, see How to: Target Office applications through primary interop assemblies and Word 2010 primary interop assembly reference.

To add a row to a table

  1. Use the Add method to add a row to the table.

To add a column to a table

  1. Use the Add method, and then use the DistributeWidth method to make all the columns the same width.

See also

How to insert multiple rows into a table in word?

How To Add A Row In Word 2010

We may be familiar with inserting a row into a table. Is there an easy way to insert multiple rows into a table at once in word? Yes, the tricks below is to select the appropriate number of rows in a table before inserting.

Recommended Productivity Tools for Word

More Than 100 Powerful Advanced Features for Word, Save 50% Of Your Time.

Bring Tabbed Editing And Browsing To Office (Include Word), Far More Powerful Than The Browser's Tabs.

How To Add A Row In WordHow To Add A Row In Word

Insert rows by right click.

Amazing! Use Efficient Tabs in Word (Office) like Chrome, Firefox and New Internet Explorer!
How to add a row in word 2010

The most quickly and simplest way to insert multiple rows into a table in Word is right click. Here take Table A for example. See screenshot:

Step 1. Ios snow leopard download. If you want to insert two rows above the first row into Table A, you should highlight the first row and the second row, and right click to select Insert. See screenshot:

Step 2. After clicking Insert, select Insert Rows Above, it will insert two rows above the first row into Table A. See screenshots:

Insert rows by clicking Insert in Layout.

In additions to insert multiple rows by right click, applying Insert in Layout to get it done is also a good choice. Here also take Table A for instance.

Step 1. If you want to insert five rows below the third row into Table A, please select the first three rows, and apply utility by clicking Layout > Insert Below in the Rows and Columns group. See screenshot:

Step 2. After clicking Insert Below, it will insert three new rows below the third row into Table A, see screenshot:

Step 3. Select two of the inserted new rows, and click Insert Below/Insert Above under Layout tab, it will insert tow new rows into Table A again. See screenshots:

How To Insert A Row In Word

Disneyland ap twitter. You can see the result as shown as below:

Note: If the existing table rows are less than the rows you want to insert, you can repeat this operation until you insert enough rows into the table. Meanwhile, you also can use the same way to insert multiple columns. Moreover, if you want to insert row, you just need to put the cursor on one row and apply the utility without selection.

Recommended Word Productivity Tools

Kutools For Word - More Than 100 Advanced Features For Word, Save Your 50% Time

  • Complicated and repeated operations can be done one-time processing in seconds.
  • Insert multiple images across folders into Word document at once.
  • Merge and combine multiple Word files across folders into one with your desired order.
  • Split the current document into separate documents according to heading, section break or other criteria.
  • Convert files between Doc and Docx, Docx and PDF, collection of tools for common conversions and selection, and so on..
or post as a guest, but your post won't be published automatically.
Loading comment.. The comment will be refreshed after 00:00.

How To Add A Row In Wordpad

  • To post as a guest, your comment is unpublished.
    Thank you very much, really you have help me
  • To post as a guest, your comment is unpublished.
    Useful information and easy instructions to follow. Thank you.
  • To post as a guest, your comment is unpublished.
    Thanks, that was very helpful