Table of Contents

TCellAddress.CellRefR1C1 Method

Returns the cell reference in the objects in R1C1 notation.

Syntax

Namespace: FlexCel.Core

public String CellRefR1C1(Int32 cellRow, Int32 cellCol)

Parameters

<-> Parameter Type Description
cellRow Int32 Row where the cell that has the formula is. This is used in relative R1C1 references, so for example, if the cell with the formula is B7, and this object holds a relative C9, the result would be R[2]C[1]
cellCol Int32 Column where the cell that has the formula is. This is used in relative R1C1 references, so for example, if the cell with the formula is B7, and this object holds a relative C9, the result would be R[2]C[1]

Returns

The cell reference in R1C1 notation.

See also