| enumValidationTypeEditBox |
typedef enum
{
validationtype_editbox_text = 0, // Validation type for an edit box, must be a text
validationtype_editbox_number = 1, // Validation type for an edit box, must be a Number
validationtype_editbox_float = 2, // Validation type for an edit box, must be a Float
validationtype_editbox_reference = 3, // Validation type for an edit box, must be a Range Reference
validationtype_editbox_formula = 4 // Validation type for an edit box, must be a Formula
} enumValidationTypeEditBox;
used in IXlsFormEditBox::ValidationType property.