:: org :: openoffice :: vba ::

interface XValidation

Methods' Summary
Delete  
Add  
Methods' Details
Delete
void
Delete();

Add
void
Add( [in] any  Type,
[in] any  AlertStyle,
[in] any  Operator,
[in] any  Formula1,
[in] any  Formula2 );

Attributes' Summary
IgnoreBlank  
InCellDropdown  
ShowInput  
ShowError  
InputTitle  
ErrorTitle  
InputMessage  
ErrorMessage  
Formula1  
Formula2  
Attributes' Details
IgnoreBlank
boolean IgnoreBlank;
InCellDropdown
boolean InCellDropdown;
ShowInput
boolean ShowInput;
ShowError
boolean ShowError;
InputTitle
string InputTitle;
ErrorTitle
string ErrorTitle;
InputMessage
string InputMessage;
ErrorMessage
string ErrorMessage;
Formula1
[ readonly ] string Formula1;
Formula2
[ readonly ] string Formula2;
Top of Page