Values Property

Office Open XML

A list of value strings.

Namespace:  OfficeOpenXml.DataValidation.Formulas.Contracts
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
IList<string> Values { get; }
Visual Basic (Declaration)
ReadOnly Property Values As IList(Of String)
Visual C++
property IList<String^>^ Values {
	IList<String^>^ get ();
}

See Also