Table of Contents

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