IDataValidationCollection
IsPromptBoxPositionFixed Property
|
Indicates whehter prompt box has fixed position..
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsPromptBoxPositionFixed { get; }
ReadOnly Property IsPromptBoxPositionFixed As Boolean
Get
property bool IsPromptBoxPositionFixed {
bool get ();
}
abstract IsPromptBoxPositionFixed : bool with get
Property Value
Type:
Boolean
See Also