[SSE] Added the R1C1 reference style settings and notation description

This commit is contained in:
alexandervnuchkov 2018-12-14 15:55:38 +03:00
parent 51f050229b
commit c8f6672921
6 changed files with 13 additions and 0 deletions

View file

@ -25,6 +25,12 @@
</ul>
</li>
<li class="onlineDocumentFeatures"><b>Autosave</b> is used to turn on/off automatic saving of changes you make while editing.</li>
<li><b>Reference Style</b> is used to turn on/off the <b>R1C1 reference style</b>. By default, this option is disabled and the <b>A1 reference style</b> is used.
<p>When the <b>A1 reference style</b> is used, columns are designated by letters, and rows are designated by numbers. If you select the cell located in row 3 and column 2, its address displayed in the box to the left of the the formula bar looks like this: <b>B3</b>. If the <b>R1C1 reference style</b> is enabled, both rows and columns are designated by numbers. If you select the cell at the intersection of row 3 and column 2, its address will look like this: <b>R3C2</b>. Letter R indicates the row number and letter C indicates the column number.</p>
<p><img alt="Active cell" src="../images/activecell.png" /></p>
<p>In case you refer to other cells using the <b>R1C1 reference style</b>, the reference to a target cell is formed based on the distance from an active cell. For example, when you select the cell in row 5 and column 1 and refer to the cell in row 3 and column 2, the reference is <b>R[-2]C[1]</b>. Numbers in square brackets designate the position of the cell you refer to relative to the current cell position, i.e. the target cell is 2 rows up and 1 column to the right of the active cell. If you select the cell in row 1 and column 2 and refer to the same cell in row 3 and column 2, the reference is <b>R[2]C</b>, i.e. the target cell is 2 rows down from the active cell and in the same column.</p>
<p><img alt="Relative reference" src="../images/relativereference.png" /></p>
</li>
<li class="onlineDocumentFeatures"><b>Co-editing Mode</b> is used to select the display of the changes made during the co-editing:
<ul>
<li>By default the <b>Fast</b> mode is selected, the users who take part in the document co-editing will see the changes in real time once they are made by other users.</li>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View file

@ -25,6 +25,13 @@
</ul>
</li>
<li class="onlineDocumentFeatures"><b>Автосохранение</b> - используется для включения/отключения опции автоматического сохранения изменений, внесенных при редактировании.</li>
<li>
<b>Стиль ссылок</b> - используется для включения/отключения <b>стиля ссылок R1C1</b>. По умолчанию эта опция отключена, и используется <b>стиль ссылок A1</b>.
<p>Когда используется <b>стиль ссылок A1</b>, столбцы обозначаются буквами, а строки - цифрами. Если выделить ячейку, расположенную в строке 3 и столбце 2, ее адрес, отображаемый в поле слева от строки формул, выглядит следующим образом: <b>B3</b>. Если включен <b>стиль ссылок R1C1</b>, и строки, и столбцы обозначаются числами. Если выделить ячейку на пересечении строки 3 и столбца 2, ее адрес будет выглядеть так: <b>R3C2</b>. Буква R указывает на номер строки, а буква C - на номер столбца.</p>
<p><img alt="Активная ячейка" src="../images/activecell.png" /></p>
<p>Если ссылаться на другие ячейки, используя <b>стиль ссылок R1C1</b>, ссылка на целевую ячейку формируется на базе расстояния от активной ячейки. Например, если выделить ячейку, расположенную в строке 5 и столбце 1, и ссылаться на ячейку в строке 3 и столбце 2, ссылка будет такой: <b>R[-2]C[1]</b>. Числа в квадратных скобках обозначают позицию ячейки, на которую дается ссылка, относительно позиции текущей ячейки, то есть, целевая ячейка находится на 2 строки выше и на 1 столбец правее от активной ячейки. Если выделить ячейку, расположенную в строке 1 и столбце 2, и ссылаться на ту же самую ячейку в строке 3 и столбце 2, ссылка будет такой: <b>R[2]C</b>, то есть целевая ячейка находится на 2 строки ниже активной ячейки и в том же самом столбце.</p>
<p><img alt="Относительная ссылка" src="../images/relativereference.png" /></p>
</li>
<li class="onlineDocumentFeatures">
<b>Режим совместного редактирования</b> - используется для выбора способа отображения изменений, вносимых в ходе совместного редактирования:
<ul>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB