Updated InsertDeleteCells.htm

Minor changes
This commit is contained in:
bezborody 2020-06-26 17:12:51 +03:00 committed by GitHub
parent c9240d87e1
commit a79ee42feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Manage cells, rows, and columns</h1>
<p>You can insert blank cells above or to the left of the selected cell on a worksheet. You can also insert an entire row above the selected one or a column to the left of the selected column. To make it easy to view a large amount of information, you can hide some rows or columns and display them again. It's also possible to specify a certain row height and column width.</p>
<p>You can insert blank cells above or on the left of the selected cell in a worksheet. You can also insert an entire row above the selected one or a column on the left of the selected column. To make it easy to view a large amount of information, you can hide some rows or columns and display them again. It's also possible to specify the height of a certain row and width of a column.</p>
<h3>Insert cells, rows, columns</h3>
<p><b>To insert a blank cell to the left of the selected cell:</b></p>
<ol>
@ -25,15 +25,15 @@
<p><b>To insert a blank cell above the selected cell:</b></p>
<ol>
<li>right-click the cell above which you wish to insert a new one,</li>
<li>click the <b>Insert cells</b> <img alt="Insert cells icon" src="../images/insertcells.png" /> icon situated at the <b>Home</b> tab of the top toolbar or select the <b>Insert</b> item from the right-click menu and use the <b>Shift cells down</b> option.</li>
<li>click the <b>Insert cells</b> <img alt="Insert cells icon" src="../images/insertcells.png" /> icon situated on the <b>Home</b> tab of the top toolbar or select the <b>Insert</b> item from the right-click menu and use the <b>Shift cells down</b> option.</li>
</ol>
<p>The program will shift the selected cell down to insert a blank one.</p>
<p><b>To insert an entire row:</b></p>
<ol>
<li>select either the whole row by clicking its heading or a cell in the row above which you wish to insert a new one,
<p class="note"><b>Note</b>: to insert multiple rows, select the same number of rows as you wish to insert.</p>
<p class="note"><b>Note</b>: to insert multiple rows, select the required number of rows.</p>
</li>
<li>click the <b>Insert cells</b> <img alt="Insert cells icon" src="../images/insertcells.png" /> icon situated at the <b>Home</b> tab of the top toolbar and use the <b>Entire row</b> option,
<li>click the <b>Insert cells</b> <img alt="Insert cells icon" src="../images/insertcells.png" /> icon situated on the <b>Home</b> tab of the top toolbar and use the <b>Entire row</b> option,
<br />or right-click the selected cell, select the <b>Insert</b> item from the right-click menu, then choose the <b>Entire row</b> option,
<br />or right-click the selected row(s) and use the <b>Insert Top</b> option from the right-click menu.
</li>
@ -42,9 +42,9 @@
<p><b>To insert an entire column:</b></p>
<ol>
<li>select either the whole column by clicking its heading or a cell in the column to the left of which you wish to insert a new one,
<p class="note"><b>Note</b>: to insert multiple columns, select the same number of columns as you wish to insert.</p>
<p class="note"><b>Note</b>: to insert multiple columns, select the required number of columns.</p>
</li>
<li>click the <b>Insert cells</b> <img alt="Insert cells icon" src="../images/insertcells.png" /> icon situated at the <b>Home</b> tab of the top toolbar and use the <b>Entire column</b> option,
<li>click the <b>Insert cells</b> <img alt="Insert cells icon" src="../images/insertcells.png" /> icon situated on the <b>Home</b> tab of the top toolbar and use the <b>Entire column</b> option,
<br />or right-click the selected cell, select the <b>Insert</b> item from the right-click menu, then choose the <b>Entire column</b> option,
<br />or right-click the selected column(s) and use the <b>Insert Left</b> option from the right-click menu.
</li>
@ -56,7 +56,7 @@
<li>select rows or columns you wish to hide,</li>
<li>right-click the selected rows or columns and use the <b>Hide</b> option from the right-click menu.</li>
</ol>
<p><b>To display hidden rows or columns</b>, select visible rows above and below the hidden rows or visible columns to the left and to the right of the hidden columns, right-click them and use the <b>Show</b> option from the right-click menu.</p>
<p><b>To display the hidden rows or columns</b>, select the visible rows above and below the hidden rows or visible columns to the left and to the right of the hidden columns, right-click them and use the <b>Show</b> option from the right-click menu.</p>
<h3>Change column width and row height</h3>
<p>The <b>column width</b> determines how many characters with default formatting can be displayed in the column cell. The default value is set to 8.43 symbols. To change it:</p>
<ol>
@ -93,14 +93,14 @@
<p><b>To delete an unnecessary cell, row, or column:</b></p>
<ol>
<li>select cells, rows, or columns you wish to delete,</li>
<li>click the <b>Delete cells</b> <img alt="Delete cells icon" src="../images/deletecells.png" /> icon situated at the <b>Home</b> tab of the top toolbar or select the <b>Delete</b> item from the right-click menu and select the appropriate option:
<br />if you use the <b>Shift cells left</b> option a cell to the right of the deleted one will be moved to the left;
<br />if you use the <b>Shift cells up</b> option a cell below the deleted one will be moved up;
<br />if you use the <b>Entire row</b> option a row below the selected one will be moved up;
<br />if you use the <b>Entire column</b> option a column to the right of the deleted one will be moved to the left;
<li>click the <b>Delete cells</b> <img alt="Delete cells icon" src="../images/deletecells.png" /> icon situated on the <b>Home</b> tab of the top toolbar or select the <b>Delete</b> item from the right-click menu and select the appropriate option:
<br />if you use the <b>Shift cells left</b> option, a cell to the right of the deleted one will be moved to the left;
<br />if you use the <b>Shift cells up</b> option, a cell below the deleted one will be moved up;
<br />if you use the <b>Entire row</b> option, a row below the selected one will be moved up;
<br />if you use the <b>Entire column</b> option, a column to the right of the deleted one will be moved to the left;
</li>
</ol>
<p>You can always restore the deleted data using the <b>Undo</b> <img alt="Undo icon" src="../images/undo.png" /> icon at the top toolbar.</p>
<p>You can always restore the deleted data using the <b>Undo</b> <img alt="Undo icon" src="../images/undo.png" /> icon on the top toolbar.</p>
</div>
</body>
</html>