







|
| EPPlus 3.0 |
| OfficeProperties..::.GetCustomPropertyValue Method |
| OfficeProperties Class See Also Send Feedback |
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
