







![]() ![]() |
EPPlus 3.0 |
ExcelWorksheet..::.GetValue Method (Int32, Int32) |
ExcelWorksheet Class See Also Send Feedback |
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 ) |