ExcelDataValidatorShowInputMessage Property
Gets or sets a flag indicating if the input message is shown when the cell to be validated is selected.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool ShowInputMessage { get; set; }
Public Property ShowInputMessage As Boolean
Get
Set
public:
property bool ShowInputMessage {
bool get ();
void set (bool value);
}
member ShowInputMessage : bool with get, set
Property Value
Boolean