web-apps/apps/spreadsheeteditor/main/resources/help/it/UsageInstructions/MergeCells.htm
2020-04-29 22:48:41 +03:00

34 lines
2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Merge cells</title>
<meta charset="utf-8" />
<meta name="description" content="Merge some cells into one and split the previously merged cell" />
<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>Merge cells</h1>
<p>You can merge two or more adjacent cells into one cell. To do that,</p>
<ol>
<li>select two cells or a range of cells with the mouse,
<p class="note"><b>Note</b>: the selected cells <b>MUST</b> be adjacent.</p>
</li>
<li>click the <b>Merge</b> <img alt="Merge icon" src="../images/merge.png" /> icon situated at the <b>Home</b> tab of the top toolbar and select one of the available options:
<p class="note"><b>Note</b>: only the data in the upper-left cell of the selected range will remain in the merged cell. Data in other cells of the selected range will be deleted.</p>
<ul>
<li>if you select the <b>Merge &amp; Center</b> option the cells of the selected range will be merged and the data in the merged cell will be centered;</li>
<li>if you select the <b>Merge Across</b> option the cells of each row of the selected range will be merged and the data in the merged cells will be aligned by the left side (for text) or by the right side (for numeric values);</li>
<li>if you select the <b>Merge Cells</b> option the cells of the selected range will be merged and the data will be aligned by the left side (for text) or by the right side (for numeric values).</li>
</ul>
</li>
</ol>
<p>To split the previously merged cell use the <b>Unmerge Cells</b> option from the <b>Merge</b> drop-down list. The data of the merged cell will be displayed in the upper-left cell.</p>
</div>
</body>
</html>