Main Content

Simulink.dialog.parameter.CustomTable Class

Namespace: Simulink.dialog.parameter

Create custom tables programmatically

Description

The purpose of Simulink.dialog.parameter.CustomTable class is to create an object of the custom table dialog control on a mask object. The methods of Simulink.dialog.parameter.CustomTable allows you to,

  • Create and remove custom tables.

  • Insert, remove, and get values of columns.

  • Insert, remove, swap, and add rows.

Properties

expand all

Columns of the custom table, specified as an object of Simulink.Mask.TableParamColumnInfo.

Data Types: string

Display filter on the custom table, specified as logical value. Filter helps you to filter columns.

Data Types: logical

Allow multiple columns to be selected in the custom table, specified as a logical value.

Data Types: logical

Allow sorting of columns in the custom table, specified as a logical value.

Data Types: logical

Rows of the custom table, specified as string.

Data Types: string

Option to stretch the custom table horizontally, specified as logical value. If this option is selected, the controls on the mask dialog box stretch horizontally when you resize the mask dialog box.

Data Types: logical

Name of the custom table, specified as a string.

Data Types: string

Tooltip for the custom table, specified as a string.

Data Types: string

Methods

expand all

Version History

Introduced in R2013b