2020-11-13 13:35:26 +00:00
<!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 allows you to manage sheet view presets based on applied filters.< / 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 zoom value,< / 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 > ,< / li >
2020-11-20 16:47:05 +00:00
< 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 > , and < a href = "../HelpfulHints/Navigation.htm" onclick = "onhyperlinkclick(this)" > gridlines< / a > .< / li >
2020-11-13 13:35:26 +00:00
< / ul >
< / div >
< / body >
< / html >