Updated ManageSheets.htm

Minor edits
This commit is contained in:
bezborody 2020-06-25 15:16:14 +03:00 committed by GitHub
parent c4f9d71300
commit c5b58fcf57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,15 +14,15 @@
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Manage sheets</h1>
<p>By default a newly created spreadsheet has a single sheet. The most simple way to add a new one is to click the <img alt="Plus button" src="../images/plus.png" /> button located to the right of the <b>Sheet Navigation</b> buttons in the left lower corner.</p>
<p>By default, a newly created spreadsheet has a single sheet. The simplest way to add a new one is to click the Plus <img alt="Plus button" src="../images/plus.png" /> button located to the right of the <b>Sheet Navigation</b> buttons in the left lower corner.</p>
<p>Another way to <b>add a new sheet</b> is to:</p>
<ol>
<li>right-click the sheet tab after which you wish to insert a new one,</li>
<li>select the <b>Insert</b> option from the right-click menu.</li>
</ol>
<p>A new sheet will be inserted after the selected one.</p>
<p><b>To activate the necessary sheet</b> use the sheet tabs in the left lower corner of each spreadsheet.</p>
<p class="note"><b>Note</b>: if you have a lot of sheets to find the necessary one make use of the <b>Sheet Navigation</b> buttons situated in the left lower corner.</p>
<p><b>To activate the required sheet</b>, use the sheet tabs in the left lower corner of each spreadsheet.</p>
<p class="note"><b>Note</b>: if you have a lot of sheets, you can find the necessary one by using the <b>Sheet Navigation</b> buttons situated in the left lower corner.</p>
<p><b>To delete an unnecessary sheet:</b></p>
<ol>
<li>right-click the sheet tab you wish to delete,</li>
@ -52,13 +52,13 @@
<li>click the <b>OK</b> button to confirm your choice.</li>
</ol>
<p>Or simply <b>drag</b> the necessary sheet tab and <b>drop</b> it to a new location. The selected sheet will be moved.</p>
<p>If you have a lot of sheets, you can hide some of them you don't need for the moment to facilitate the work. To do that,</p>
<p>If you have a lot of sheets, you can hide some of them you don't need to facilitate your work. To do that,</p>
<ol>
<li>right-click the sheet tab you wish to hide,</li>
<li>select the <b>Hide</b> option from the right-click menu,</li>
</ol>
<p><b>To display the hidden sheet tab</b>, right-click any sheet tab, open the <b>Hidden</b> list and select the sheet tab you wish to display.</p>
<p>To differentiate the sheets you can <b>assign different colors to the sheet tabs</b>. To do that,</p>
<p>To differentiate the sheets, you can <b>assign different colors to the sheet tabs</b>. To do that,</p>
<ol>
<li>right-click the sheet tab you wish to color,</li>
<li>select the <b>Tab Color</b> option from the right-click menu,</li>
@ -67,7 +67,7 @@
<ul>
<li><b>Theme Colors</b> - the colors that correspond to the selected color scheme of the spreadsheet.</li>
<li><b>Standard Colors</b> - the default colors set.</li>
<li><b>Custom Color</b> - click this caption if there is no needed color in the available palettes. Select the necessary colors range moving the vertical color slider and set the specific color dragging the color picker within the large square color field. Once you select a color with the color picker, the appropriate RGB and sRGB color values will be displayed in the fields on the right. You can also specify a color on the base of the RGB color model entering the necessary numeric values into the <b>R</b>, <b>G</b>, <b>B</b> (red, green, blue) fields or enter the sRGB hexadecimal code into the field marked with the <b>#</b> sign. The selected color appears in the <b>New</b> preview box. If the object was previously filled with any custom color, this color is displayed in the <b>Current</b> box so you can compare the original and modified colors. When the color is specified, click the <b>Add</b> button:
<li><b>Custom Color</b> - click this caption if there is no needed color in the available palettes. Select the necessary color range moving the vertical color slider and set the specific color by dragging the color picker within the large square color field. Once you select a color with the color picker, the appropriate RGB and sRGB color values will be displayed in the fields on the right. You can also specify a color on the base of the RGB color model by entering the necessary numeric values into the <b>R</b>, <b>G</b>, <b>B</b> (red, green, blue) fields or enter the sRGB hexadecimal code into the field marked with the <b>#</b> sign. The selected color will appear in the <b>New</b> preview box. If the object was previously filled with any custom color, this color is displayed in the <b>Current</b> box, so you can compare the original and modified colors. When the color is specified, click the <b>Add</b> button:
<p><img alt="Palette - Custom Color" src="../images/palette_custom.png" /></p>
<p>The custom color will be applied to the selected tab and added to the <b>Custom color</b> palette.</p>
</li>
@ -82,10 +82,10 @@
<li>choose the necessary option from the menu:
<p><img alt="Manage multiple sheets" src="../images/severalsheets.png" /></p>
<ul>
<li><b>Insert</b> - to insert the same number of new blank sheets as the selected group contains,</li>
<li><b>Insert</b> - to insert the same number of new blank sheets, as in the selected group,</li>
<li><b>Delete</b> - to delete all the selected sheets at once (you cannot delete all sheets in the workbook, as the workbook must contain at least one visible sheet),</li>
<li><b>Rename</b> - this option can be applied to each separate sheet only,</li>
<li><b>Copy</b> - to create a copies of all the selected sheets at once and paste them to the selected place,</li>
<li><b>Copy</b> - to create copies of all the selected sheets at once and paste them to the selected place,</li>
<li><b>Move</b> - to move all the selected sheets at once and paste them to the selected place,</li>
<li><b>Hide</b> - to hide all the selected sheets at once (you cannot hide all sheets in the workbook, as the workbook must contain at least one visible sheet),</li>
<li><b>Tab color</b> - to assign the same color to all the selected sheet tabs at once,</li>
@ -98,4 +98,4 @@
</ol>
</div>
</body>
</html>
</html>