Gets a value determining how references to table cells in formulas are specified. Supported are the A1 and the R1C1 notation. The A1 notation specifies a table cell with a column letter and a row number, for example B3 refers to the table cell in the third row and the second column. The R1C1 notation addresses a table cell with a row number and a column number, for example R3C2 refers to the table cell in the third row and the second column. Relative addresses can be expressed with square brackets. R[-3]C[-2]. The numbers inside the square brackets show how many rows or columns the cell is relative to itself. Negative row numbers mean that the referenced cell is above the cell containing the formula. Negative column numbers mean that the referenced cell is to the left of the cell containing the formula.

Introduced: X18.

<void> TXTextControl.getFormulaReferenceStyle(<RequestFormulaReferenceStyleCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
callback Receives the set style of formula references.
errorCallback Optional. Is called when the operation failed with an error.