Admin Production ni-theme
Current Publication

ATTR_TABLE_MODE

LabWindows/CVI

ATTR_TABLE_MODE

Type: Control attribute
Description: Determines how each new cell created in InsertTableRows or InsertTableColumns is initialized.
Control Types: Tables.
Data Type: integer
Default Value: VAL_COLUMN
LabWindows/CVI
Compatibility:
LabWindows/CVI 5.5 and later

Values

VAL_GRID The value of each attribute of each new cell is determined by the value of the corresponding table attribute set using SetCtrlAttribute.
VAL_COLUMN The value of each attribute of each new cell is determined by the value of the corresponding column attribute set using SetTableColumnAttribute.
VAL_ROW The value of each attribute of each new cell is determined by the value of the corresponding row attribute set using SetTableRowAttribute.