TranslateFromR1C1 Method

Office Open XML

Translates a R1C1 to an absolut address/Formula

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public static string TranslateFromR1C1(
	string value,
	int row,
	int col
)
Visual Basic (Declaration)
Public Shared Function TranslateFromR1C1 ( _
	value As String, _
	row As Integer, _
	col As Integer _
) As String
Visual C++
public:
static String^ TranslateFromR1C1(
	String^ value, 
	int row, 
	int col
)

Parameters

value
Type: System..::.String
Address
row
Type: System..::.Int32
Current row
col
Type: System..::.Int32
Current column

Return Value

The RC address

See Also