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