GetValue(T) Method

Office Open XML

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

Return Value

The value. If the value can't be converted to the specified type, the default value will be returned

See Also