web-apps/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/ViewTab.htm
Julia Radzhabova afcf5b68f7 Update help
2022-05-16 16:43:03 +03:00

45 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>View tab</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the Spreadsheet Editor user interface - View tab" />
<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 tab</h1>
<p>
The <b>View</b> tab in the <a href="https://www.onlyoffice.com/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a> allows you to manage sheet view presets based on applied filters view options.</p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the Online Spreadsheet Editor:</p>
<p><img alt="View tab" src="../images/interface/viewtab.png" /></p>
</div>
<div class="desktopDocumentFeatures">
<p>The corresponding window of the Desktop Spreadsheet Editor:</p>
<p><img alt="View tab" src="../images/interface/desktop_viewtab.png" /></p>
</div>
<p>Using this tab, you can:</p>
<ul>
<li>manage <a href="../UsageInstructions/SheetView.htm" onclick="onhyperlinkclick(this)">sheet view presets</a>,</li>
<li>adjust <b>zoom</b> value,</li>
<li>select interface theme: <b>Light</b>, <b>Classic Light</b> or <b>Dark</b>,</li>
<li>
<a target="_blank" href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/Editors-User-Guides/SpreadsheetEditor/Freeze-rows-and-columns.aspx" onclick="onhyperlinkclick(this)">freeze panes</a> using the following options: <b>Freeze Panes</b>, <b>Freeze Top Row</b>, <b>Freeze First Column</b> and <b>Show frozen panes shadow</b>,
</li>
<li>manage the display of <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">formula bars</a>, <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">headings</a>, <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">gridlines</a>, and <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">zeros</a>,</li>
<li>enable and disable the following view options:
<ul>
<li><b>Always show toolbar</b> to make the top toolbar always visible.</li>
<li><b>Combine sheet and status bars</b> to display all sheet navigation tools and status bar in a single line. The status bar will appear in two lines when this box is unchecked.</li>
</ul>
</li>
</ul>
</div>
</body>
</html>