From c8f6672921d8ee2b664ecf3a4196430abe4ffd00 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Fri, 14 Dec 2018 15:55:38 +0300 Subject: [PATCH] [SSE] Added the R1C1 reference style settings and notation description --- .../help/en/HelpfulHints/AdvancedSettings.htm | 6 ++++++ .../main/resources/help/en/images/activecell.png | Bin 0 -> 3966 bytes .../help/en/images/relativereference.png | Bin 0 -> 6558 bytes .../help/ru/HelpfulHints/AdvancedSettings.htm | 7 +++++++ .../main/resources/help/ru/images/activecell.png | Bin 0 -> 3966 bytes .../help/ru/images/relativereference.png | Bin 0 -> 6558 bytes 6 files changed, 13 insertions(+) create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/activecell.png create mode 100644 apps/spreadsheeteditor/main/resources/help/en/images/relativereference.png create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/activecell.png create mode 100644 apps/spreadsheeteditor/main/resources/help/ru/images/relativereference.png diff --git a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm index f2d0d1080..74fe57294 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/AdvancedSettings.htm @@ -25,6 +25,12 @@
  • Autosave is used to turn on/off automatic saving of changes you make while editing.
  • +
  • Reference Style is used to turn on/off the R1C1 reference style. By default, this option is disabled and the A1 reference style is used. +

    When the A1 reference style 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: B3. If the R1C1 reference style 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: R3C2. Letter R indicates the row number and letter C indicates the column number.

    +

    Active cell

    +

    In case you refer to other cells using the R1C1 reference style, 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 R[-2]C[1]. 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 R[2]C, i.e. the target cell is 2 rows down from the active cell and in the same column.

    +

    Relative reference

    +
  • Co-editing Mode is used to select the display of the changes made during the co-editing:
  • Автосохранение - используется для включения/отключения опции автоматического сохранения изменений, внесенных при редактировании.
  • +
  • + Стиль ссылок - используется для включения/отключения стиля ссылок R1C1. По умолчанию эта опция отключена, и используется стиль ссылок A1. +

    Когда используется стиль ссылок A1, столбцы обозначаются буквами, а строки - цифрами. Если выделить ячейку, расположенную в строке 3 и столбце 2, ее адрес, отображаемый в поле слева от строки формул, выглядит следующим образом: B3. Если включен стиль ссылок R1C1, и строки, и столбцы обозначаются числами. Если выделить ячейку на пересечении строки 3 и столбца 2, ее адрес будет выглядеть так: R3C2. Буква R указывает на номер строки, а буква C - на номер столбца.

    +

    Активная ячейка

    +

    Если ссылаться на другие ячейки, используя стиль ссылок R1C1, ссылка на целевую ячейку формируется на базе расстояния от активной ячейки. Например, если выделить ячейку, расположенную в строке 5 и столбце 1, и ссылаться на ячейку в строке 3 и столбце 2, ссылка будет такой: R[-2]C[1]. Числа в квадратных скобках обозначают позицию ячейки, на которую дается ссылка, относительно позиции текущей ячейки, то есть, целевая ячейка находится на 2 строки выше и на 1 столбец правее от активной ячейки. Если выделить ячейку, расположенную в строке 1 и столбце 2, и ссылаться на ту же самую ячейку в строке 3 и столбце 2, ссылка будет такой: R[2]C, то есть целевая ячейка находится на 2 строки ниже активной ячейки и в том же самом столбце.

    +

    Относительная ссылка

    +
  • Режим совместного редактирования - используется для выбора способа отображения изменений, вносимых в ходе совместного редактирования: