Properties' Summary |
ValidationType
Type |
specifies the type of validation.
|
boolean
ShowInputMessage |
specifies if an input message is shown when the cursor is in a
cell with these validation settings.
|
string
InputTitle |
specifies the title of the window showing the input message.
|
string
InputMessage |
specifies the text of the input message.
|
boolean
ShowErrorMessage |
specifies if an error message is displayed when invalid data
is entered.
|
string
ErrorTitle |
specifies the title of the window showing the error message.
|
string
ErrorMessage |
specifies the text of the error message.
|
boolean
IgnoreBlankCells |
specifies if blank cells should be allowed.
|
ValidationAlertStyle
ErrorAlertStyle |
specifies the style of the error message.
|
short
ShowList |
[ OPTIONAL ]
specifies if the list of possible values should be shown on the cell and how.
See also TableValidationVisibility
|
Properties' Details |
Type
|
ShowInputMessage
boolean ShowInputMessage;
- Description
- specifies if an input message is shown when the cursor is in a
cell with these validation settings.
|
|
InputTitle
string InputTitle;
- Description
- specifies the title of the window showing the input message.
This is only used if TableValidation::ShowInputMessage
is set to `TRUE`.
|
|
InputMessage
string InputMessage;
- Description
- specifies the text of the input message.
This is only used if TableValidation::ShowInputMessage
is set to `TRUE`.
|
|
ShowErrorMessage
boolean ShowErrorMessage;
- Description
- specifies if an error message is displayed when invalid data
is entered.
|
|
ErrorTitle
string ErrorTitle;
- Description
- specifies the title of the window showing the error message.
This is only used if TableValidation::ShowErrorMessage
is set to `TRUE`.
|
|
ErrorMessage
string ErrorMessage;
- Description
- specifies the text of the error message.
This is only used if TableValidation::ShowErrorMessage
is set to `TRUE`.
|
|
IgnoreBlankCells
boolean IgnoreBlankCells;
- Description
- specifies if blank cells should be allowed.
|
|
ErrorAlertStyle
ValidationAlertStyle ErrorAlertStyle;
- Description
- specifies the style of the error message.
This is used only if TableValidation::ShowErrorMessage
is set to `TRUE`.
|
|
ShowList
short ShowList;
- Usage Restrictions
- optional
- Description
- specifies if the list of possible values should be shown on the cell and how.
See also TableValidationVisibility
|
|
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.