XlsValidationWrapper Properties |
The XlsValidationWrapper type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AlertStyle |
Style of the error.
|
![]() |
AllowType |
Gets or sets the type of data that is allowed in the cell range associated with the data validation.
|
![]() |
BeginCallsCount |
Returns number of begin update calls that have no corresponding end update. Read-only.
(Inherited from
CommonWrapper
.)
|
![]() |
CompareOperator |
Gets or sets the comparison operator used in data validation.
|
![]() |
DataRange |
Range of possible values.
|
![]() |
DateTime1 |
First formula's DateTime value.
|
![]() |
DateTime2 |
Second formula's DateTime value.
|
![]() |
ErrorMessage |
Message of the error box.
|
![]() |
ErrorTitle |
Title of the error box.
|
![]() |
Formula1 |
Gets or sets the first formula associated with data validation.
|
![]() |
Formula2 |
Gets or sets the second formula associated with data validation.
|
![]() |
IgnoreBlank |
Indicates whether empty cell is allowed.
|
![]() |
InputMessage |
Message of the input box.
|
![]() |
InputTitle |
Title of the input box.
|
![]() |
IsInputPositionFixed |
Indicates whether position of the prompt box is fixed.
|
![]() |
IsInputVisible |
Indicates whether prompt box is visible.
|
![]() |
IsListInFormula |
Indicates whether formula contains list of values.
|
![]() |
IsSuppressDropDownArrow |
Indicates whether to suppress drop-down arrow.
|
![]() |
Parent |
Gets the parent object of the current data validation instance.
|
![]() |
PromptBoxHPosition |
Horizontal position of the prompt box.
|
![]() |
PromptBoxVPosition |
Vertical position of the prompt box.
|
![]() |
ShowError |
Indicates whether to show error box.
|
![]() |
ShowInput |
Indicates whether to show prompt box.
|
![]() |
Values |
Array of possible values (when values in list are entered manually)
|