Set Cell Value Method

Short Name: Set Cell Value

Requires: Base Development System

Class: Table Methods

To Use: Create a method.

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

Data typeNameRequiredDescription
X IndexYesSpecifies 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 IndexYesSpecifies 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.
ValueYesValue you want in the specified table cell.

Remarks

The following table lists the characteristics of this method.

Data typeNo return value
Available in Run-Time EngineYes (Read/Write)
Available in Real-Time Operating SystemYes
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access allowedYes