Sets the value of a cell specified by the row and column index. If you specify –2 for the row and column index, LabVIEW returns error 1.

Parameters

Name Data type Required Description
X Index ci32.png Yes

Specifies the column or horizontal index of the table. The index is zero-based so the top-left cell in the table is (X,Y)= (0,0). A value of –1 indicates the column header.

Y Index ci32.png Yes

Specifies the row or vertical index of the table. The index is zero-based so the top-left cell in the table is (X,Y)= (0,0). A value of –1 indicates the row header.

Value cstr.png Yes

Value you want in the specified table cell.

Remarks

The following table lists the characteristics of this method.

Short Name Set Cell Value
Data type No return value
Available in Run-Time Engine Yes
Available in Real-Time Operating System Yes
Settable when the VI is running Yes
Loads the front panel into memory No
Need to authenticate before use No
Loads the block diagram into memory No
Remote access allowed Yes