GetCustomPropertyValue Method

Office Open XML

Gets the value of a custom property

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

Syntax

C#
public Object GetCustomPropertyValue(
	string propertyName
)
Visual Basic (Declaration)
Public Function GetCustomPropertyValue ( _
	propertyName As String _
) As Object
Visual C++
public:
Object^ GetCustomPropertyValue(
	String^ propertyName
)

Parameters

propertyName
Type: System..::.String
The name of the property

Return Value

The current value of the property

See Also