web-apps/apps/spreadsheeteditor/main/resources/help/it/ProgramInterface/PivotTableTab.htm
2022-03-21 06:03:46 +03:00

30 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Pivot Table tab</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the Spreadsheet Editor user interface - Pivot Table tab" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.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>Pivot Table tab</h1>
<p class="note"><b>Note</b>: this option is available in the <em>online version</em> only.</p>
<p>The <b>Pivot Table</b> tab allows to <a href="../UsageInstructions/PivotTables.htm" onclick="onhyperlinkclick(this)">change the appearance</a> of an existing pivot table.</p>
<p>Online Spreadsheet Editor window:</p>
<p><img alt="Pivot Table tab" src="../images/interface/pivottabletab.png" /></p>
<p>Using this tab, you can:</p>
<ul>
<li>select an entire pivot table with a single click,</li>
<li>emphasize certain rows/columns applying a specific formatting to them,</li>
<li>choose one of the predefined tables styles.</li>
</ul>
</div>
</body>
</html>