GetValue Method (Int32, Int32)

Office Open XML

Get the cell value from thw worksheet

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

Syntax

C#
public Object GetValue(
	int Row,
	int Column
)
Visual Basic (Declaration)
Public Function GetValue ( _
	Row As Integer, _
	Column As Integer _
) As Object
Visual C++
public:
Object^ GetValue(
	int Row, 
	int Column
)

Parameters

Row
Type: System..::.Int32
The row number
Column
Type: System..::.Int32
The row number

Return Value

The value

See Also