XlsValidationWrapper
ShowInput Property
|
Indicates whether to show prompt box.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ShowInput { get; set; }
Public Property ShowInput As Boolean
Get
Set
public:
virtual property bool ShowInput {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShowInput : bool with get, set
override ShowInput : bool with get, set
Property Value
Type:
Boolean
Implements
IDataValidation
ShowInput
See Also