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