Contenido principal

setSubBar

Add line between subcheck results in Model Advisor analysis results

Description

setSubBar(ftObj,value) is an optional method that adds separator lines between subcheck results in the report generated by the Model Advisor formatting object ftObj. Use value to turn the separator lines on or off.

example

Examples

collapse all

This example shows how to disable separator lines (line breaks) between subcheck results in a Model Advisor results.

Create a list template object.

ft = ModelAdvisor.FormatTemplate("ListTemplate");

Turn off the subcheck separator lines.

setSubBar(ft,false);

Input Arguments

collapse all

ModelAdvisor.FormatTemplate object, specified as a handle to the formatting template.

Boolean value to control line breaks between subchecks. When set to true, the Model Advisor displays separator lines. When false, no separator lines are shown.

Version History

Introduced in R2009a