XlsValidationWrapper
PromptBoxHPosition Property
|
Horizontal position of the 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 int PromptBoxHPosition { get; set; }
Public Property PromptBoxHPosition As Integer
Get
Set
public:
virtual property int PromptBoxHPosition {
int get () sealed;
void set (int value) sealed;
}
abstract PromptBoxHPosition : int with get, set
override PromptBoxHPosition : int with get, set
Property Value
Type:
Int32
Implements
IDataValidation
PromptBoxHPosition
See Also