49 lines
4.9 KiB
HTML
49 lines
4.9 KiB
HTML
<!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" />
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<h1>View Settings and Navigation Tools</h1>
|
|
<p>To help you view and select cells in a large spreadsheet <b>Spreadsheet Editor</b> 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 at the upper right corner of the top toolbar 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>View Compact Toolbar</b> - enables a compact toolbar mode that provides access to basic features. To view the default toolbar click this option once again.</li>
|
|
<li><b>Hide Title Bar</b> - hides the topmost bar where the spreadsheet name and the <b>Go to Documents</b> option are displayed. To show the hidden <b>Title Bar</b> click this option once again.</li>
|
|
<li><b>Hide Formula Bar</b> - hides the bar situated below the top toolbar and used to enter and review the formula and its content. To show the hidden <b>Formula Bar</b> click this option once again.</li>
|
|
<li><b>Hide Headings</b> - hides the column heading at the top and row heading at the left of the worksheet. To show the hidden <b>Headings</b> click this option once again.</li>
|
|
<li><b>Hide Gridlines</b> - hides the lines that appear 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.</li>
|
|
</ul>
|
|
<p>You can also change the size of the opened <b>Comments</b> or <b>Chat</b> 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> (on the bottom or 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 an 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 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
|
|
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. 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> |