User`s guide

D Utility Library
D-30
Enumerations
The MATLAB Excel Builder Utility Library provides three enumerations (sets
of constants):
Enum mwArrayFormat on page D-30
Enum mwDataType on page D-30
Enum mwDateFormat on page D-31
Enum mwArrayFormat
The mwArrayFormat enumeration is a set of constants that denote an array
formatting rule for data conversion. Table D-4 lists the members of this
enumeration.
Enum mwDataType
The mwDataType enumeration is a set of constants that denote a MATLAB
numeric type. Table D-5 lists the members of this enumeration.
Table D-4: mwArrayFormat Values
Constant Numeric
Value
Description
mwArrayFormatAsIs
0
Do not reformat the array.
mwArrayFormatMatrix 1
Format the array as a matrix.
mwArrayFormatCell 2
Format the array as a cell array.
Table D-5: mwDataType Values
Constant Numeric
Value
MATLAB Type
mwTypeDefault 0 N/A
mwTypeLogical 3 logical