:: ooo :: vba :: excel ::

interface XValidation
Base Interfaces
XValidation
┗ ::ooo::vba::XHelperInterface
   ┗ ::com::sun::star::lang::XServiceInfo

::ooo::vba::XHelperInterface

Methods' Summary
Delete  
Add  
Attributes' Summary
IgnoreBlank  
InCellDropdown  
ShowInput  
ShowError  
InputTitle  
ErrorTitle  
InputMessage  
ErrorMessage  
Formula1  
Formula2  
Methods' Details
Delete
void
Delete();

Add
void
Add( [in] any  Type,
[in] any  AlertStyle,
[in] any  Operator,
[in] any  Formula1,
[in] any  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