EPPlus 3.0 |
IExcelDataValidationFormulaWithValue<(Of <(T>)>)..::.Value Property |
IExcelDataValidationFormulaWithValue<(Of <(T>)>) Interface See Also Send Feedback |
The value.
Namespace:
OfficeOpenXml.DataValidation.Formulas.Contracts
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
T Value { get; set; } |
Visual Basic (Declaration) |
---|
Property Value As T |
Visual C++ |
---|
property T Value { T get (); void set (T value); } |