







|
| EPPlus 3.0 |
| ExcelRangeBase..::.GetValue<(Of <(T>)>) Method |
| ExcelRangeBase Class See Also Send Feedback |
Get the strongly typed value of the cell.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public T GetValue<T>() |
| Visual Basic (Declaration) |
|---|
Public Function GetValue(Of T) As T |
| Visual C++ |
|---|
public: generic<typename T> T GetValue() |
Type Parameters
- T
- The type
