Interface IArgument<T>
- Namespace
- OfficeOpenXml.Utils
- Assembly
- EPPlus.dll
An argument
public interface IArgument<T>
Type Parameters
T
Argument Type
Properties
Value
Value of the argument
T Value { get; }
Property Value
- T
An argument
public interface IArgument<T>
T
Argument Type
Value of the argument
T Value { get; }