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