User`s guide

C Utility Library
Enumerations
The MATLAB Builder for Excel Utility library provides three enumerations
(sets of constants):
“Enum mwArrayFormat” on page C-32
“Enum mwDataType” on page C-32
“Enum mw DateFormat” on page C-33
Enum mwArrayFormat
The mwArrayFormat enumeration is a set of constants that denote an array
formatting rule for data conversio n. The following ta bl e lists the members
of this enumeration.
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.
Enum mwDataType
The mwDataType enumeration is a set of constants that denote a MATLAB
nume r ic type. The following table lists the members of this enumeration .
mwDataType Values
Constant Numeric Value MATLAB Type
mwTypeDefault 0 N/A
mwTypeLo
gical
3 logical
mwTypeChar 4 char
C-32