User`s guide
D Utility Library
D-10
components contain a reference to an MWFlags object that can modify data
conversion rules at the object level. This class contains these properties:
• “Property ArrayFormatFlags As MWArrayFormatFlags” on page D-10
• “Property DataConversionFlags As MWDataConversionFlags” on page D-13
• “Sub Clone(ppFlags As MWFlags)” on page D-15
Property ArrayFormatFlags As MWArrayFormatFlags
The ArrayFormatFlags property controls array formatting (as a matrix or a cell
array) and the application of these rules to nested arrays. The
MWArrayFormatFlags class is a noncreatable class accessed through an
MWFlags class instance. This class contains six properties:
• “Property InputArrayFormat As mwArrayFormat” on page D-10
• “Property InputArrayIndFlag As Long” on page D-11
• “Property OutputArrayFormat As mwArrayFormat” on page D-11
• “Property OutputArrayIndFlag As Long” on page D-12
• “Property AutoResizeOutput As Boolean” on page D-12
• “Property TransposeOutput As Boolean” on page D-12
Property InputArrayFormat As mwArrayFormat. This property of type mwArrayFormat
controls the formatting of arrays passed as input parameters to MATLAB
Excel Builder class methods. The default value is
mwArrayFormatMatrix. The
behaviors indicated by this flag are listed in the next table.