web-apps/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/Navigation.htm
2021-04-30 17:41:43 +03:00

59 lines
6.3 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>View Settings and Navigation Tools</title>
<meta charset="utf-8" />
<meta name="description" content="The description of view settings and navigation tools: sheet navigation buttons, sheet tabs, scrollbars, zoom." />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>View Settings and Navigation Tools</h1>
<p>To help you view and select cells in large spreadsheets, the <a href="https://www.onlyoffice.com/en/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a> offers several tools: adjustable bars, scrollbars, sheet navigation buttons, sheet tabs and zoom.</p>
<h3>Adjust the View Settings</h3>
<p>To adjust default view settings and set the most convenient mode to work with the spreadsheet, click the <b>View settings</b> <img alt="View settings icon" src="../images/viewsettingsicon.png" /> icon on the right side of the editor header and select which interface elements you want to be hidden or shown.
You can select the following options from the <b>View settings</b> drop-down list:
</p>
<ul>
<li><b>Hide Toolbar</b> - hides the top toolbar with commands while the tabs remain visible. When this option is enabled, you can click any tab to display the toolbar. The toolbar is displayed until you click anywhere outside it. To disable this mode, click the <b>View settings</b> <img alt="View settings icon" src="../images/viewsettingsicon.png" /> icon and click the <b>Hide Toolbar</b> option once again. The top toolbar will be displayed all the time.
<p class="note"><b>Note</b>: alternatively, you can just double-click any tab to hide the top toolbar or display it again.</p>
</li>
<li><b>Hide Formula Bar</b> - hides the bar below the top toolbar which is used to enter and review the formulas and their contents. To show the hidden <b>Formula Bar</b>, click this option once again. Dragging formula bar bottom line to expand it toggles Formula Bar height to show one row.</li>
<li><b>Hide Headings</b> - hides the column heading at the top and row heading on the left side of the worksheet. To show the hidden <b>Headings</b>, click this option once again.</li>
<li><b>Hide Gridlines</b> - hides the lines around the cells. To show the hidden <b>Gridlines</b>, click this option once again.</li>
<li><b>Freeze Panes</b> - freezes all the rows above the active cell and all the columns to the left of the active cell so that they remain visible when you scroll the spreadsheet to the right or down. To unfreeze the panes, just click this option once again or right-click anywhere within the worksheet and select the <b>Unfreeze Panes</b> option from the menu.</li>
<li><b>Show Frozen Panes Shadow</b> - shows that columns and/or rows are frozen (a subtle line appears).
<p><img alt="Freeze panes pop-up menu" src="../images/freezepanes_popup.png" /></p></li>
</ul>
<p>The right sidebar is minimized by default. To expand it, select any object (e.g. image, chart, shape) and click the icon of the currently activated tab on the right. To minimize the right sidebar, click the icon once again.</p>
<p>You can also change the size of the opened <b>Comments</b> <span class="onlineDocumentFeatures">or <b>Chat</b></span> panel using the simple drag-and-drop: move the mouse cursor over the left sidebar border so that it turns into the bidirectional arrow and drag the border to the right to extend the sidebar width. To restore its original width, move the border to the left.</p>
<h3>Use the Navigation Tools</h3>
<p>To navigate through your spreadsheet, use the following tools:</p>
<p>The <b>Scrollbars</b> (at the bottom or on the right side) are used to scroll up/down and left/right the current sheet. To navigate a spreadsheet using the scrollbars:</p>
<ul>
<li>click the up/down or right/left arrows on the scrollbars;</li>
<li>drag the scroll box;</li>
<li>click any area to the left/right or above/below the scroll box on the scrollbar.</li>
</ul>
<p>You can also use the <b>mouse scroll wheel</b> to scroll your spreadsheet up or down.</p>
<p>The <b>Sheet Navigation</b> buttons are situated in the left lower corner and are used to scroll the sheet list to the right/left and navigate among the sheet tabs.</p>
<ul>
<li>click the <b>Scroll to first sheet</b> <img alt="Scroll to first sheet button" src="../images/firstsheet.png" /> button to scroll the sheet list to the first sheet tab of the current spreadsheet;</li>
<li>click the <b>Scroll sheet list left</b> <img alt="Scroll sheet list left" src="../images/previoussheet.png" /> button to scroll the sheet list of the current spreadsheet to the left;</li>
<li>click the <b>Scroll sheet list right</b> <img alt="Scroll sheet list right" src="../images/nextsheet.png" /> button to scroll the sheet list of the current spreadsheet to the right;</li>
<li>click the <b>Scroll to last sheet</b> <img alt="Scroll to last sheet" src="../images/lastsheet.png" /> button to scroll the sheet list to the last sheet tab of the current spreadsheet.</li>
</ul>
<p>To activate the appropriate sheet, click its <b>Sheet Tab</b> at the bottom next to the <b>Sheet Navigation</b> buttons.</p>
<p>
The <b>Zoom</b> buttons are situated in the lower right corner and are used to zoom in and out of the current sheet.
To change the currently selected zoom value that is displayed in percent, click it and select one of the available zoom options from the list (50% / 75% / 100% / 125% / 150% / 175% / 200%)
or use the <b>Zoom in</b> <img alt="Zoom in button" src="../images/zoomin.png" /> or <b>Zoom out</b> <img alt="Zoom out button" src="../images/zoomout.png" /> buttons. The Zoom settings are also available in the <b>View settings</b> <img alt="View settings icon" src="../images/viewsettingsicon.png" /> drop-down list.
</p>
</div>
</body>
</html>