Show / Hide Table of Contents

Interface IArgument<T>

An argument

Namespace: OfficeOpenXml.Utils
Assembly: EPPlus.dll
Syntax
public interface IArgument<T>
Type Parameters
Name Description
T

Argument Type

Properties

Value

Value of the argument

Declaration
T Value { get; }
Property Value
Type Description
T
In This Article
Back to top Generated by DocFX