ExcelDataValidatorInputMessageText Property
Gets or sets the text of the input message to be shown when the cell to be validated is selected.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public string InputMessageText { get; set; }
Public Property InputMessageText As String
Get
Set
public:
property String^ InputMessageText {
String^ get ();
void set (String^ value);
}
member InputMessageText : string with get, set
Property Value
String