enumSpecialCellsType
enumerated type

 

typedef enum
{
        [helpstring("Special cells type, all format conditions")]       specialcells_type_allformatconditions  = 0,
        [helpstring("Special cells type, all validation")]              specialcells_type_allvalidation        = 1,
        [helpstring("Special cells type, blanks")]                      specialcells_type_blanks               = 2,
        [helpstring("Special cells type, comments")]                    specialcells_type_comments             = 3,
        [helpstring("Special cells type, constants")]                   specialcells_type_constants            = 4,
        [helpstring("Special cells type, formulas")]                    specialcells_type_formulas             = 5,
        [helpstring("Special cells type, last cell")]                   specialcells_type_lastcell             = 6,
        [helpstring("Special cells type, same format conditions")]      specialcells_type_sameformatconditions = 7,
        [helpstring("Special cells type, same validation")]             specialcells_type_samevalidation       = 8,
        [helpstring("Special cells type, visible")]                     specialcells_type_visible              = 9

} enumSpecialCellsType;

 

used in IXlsRange::SpecialCells property.