EPPlus 3.0 |
ExcelDataValidation..::.ShowInputMessage Property |
ExcelDataValidation Class See Also Send Feedback |
True if input message should be shown
Namespace:
OfficeOpenXml.DataValidation
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public Nullable<bool> ShowInputMessage { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ShowInputMessage As Nullable(Of Boolean) |
Visual C++ |
---|
public: virtual property Nullable<bool> ShowInputMessage { Nullable<bool> get () sealed; void set (Nullable<bool> value) sealed; } |