TranslateToR1C1 Method

Office Open XML

Translates a absolut address to R1C1 Format

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

Syntax

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

Parameters

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

Return Value

The absolut address/Formula

See Also