Prompt Property

Office Open XML

Info message text (see property ShowErrorMessage)

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

Syntax

C#
string Prompt { get; set; }
Visual Basic (Declaration)
Property Prompt As String
Visual C++
property String^ Prompt {
	String^ get ();
	void set (String^ value);
}

See Also