Block UI Styler > Block Catalog > Numbers
Integer Table
The Integer Table block provides a control to place a number of entry fields in a table configuration. The entry fields accept Integer numbers.
Use this block to support a better layout for cases where there are two or more related, but different, numerical inputs for the same option (per the Numbers overview page's description of this block category).
Inherited general properties
- BlockID
- Enable
- Group
- Label
- Show
- Expanded
Block-specific properties
| Property Name | Description | Access | Property Type | List of Values |
|---|---|---|---|---|
| ColumnTitles | Specifies the column titles for the block. | CIG | Strings | Any string value. |
| MaximumValues | Specifies the maximum allowed integer value(s). Any value greater than this is invalid. | SG | DoubleMatrix2d | Array of integer values (2D matrix, one max per cell/column). |
| MinimumValues | Specifies the minimum allowed integer value(s). Any value less than this is invalid. | SG | DoubleMatrix2d | Array of integer values. |
| RowTitles | Specifies the row titles for the block. | CIG | Strings | Any string value. |
| Spin | Specifies whether to turn on the spin control. | CIG | Logical | True — turn on the spin control. False — turn off the spin control. |
| Values | Specifies the integer values in the table. | SG | DoubleMatrix2d | Array of integer values. |
Access column legend
| Character | Stands for | Meaning |
|---|---|---|
| C | Creation | Modifiable interactively in Block UI Styler at design time. |
| I | Initialize | Modifiable at run time via NXOpen API, but only during the Initialize callback. |
| G | Get | Readable via NXOpen API in any callback. |
| S | Set | Modifiable at run time via NXOpen API in any callback. |
Related Numbers blocks
Angular Dimension, Double, Double Table, Expression, Integer, Linear Dimension, On Path Dimension, Radius Dimension.
Source: https://docs.sw.siemens.com/en-US/doc/209349590/PL20220512394070742.blockstyler/bs_integer_table · retrieved 2026-07-07