Set Cell Value Method

Inherits from Generic»GObject»Control»Table Methods.

Sets the value of a cell specified by (x, y) index.

The following table lists the parameters for this method.

ParametersDescription
X IndexSpecifies 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).
Y IndexSpecifies 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).
ValueValue you want in the specified table cell.

The following table lists the flags for this method.

Is settable when the VI is runningYes
Requires the block diagram to be loadedN/A
Is available on local LabVIEW onlyN/A
Requires the front panel to be loadedN/A
Must wait until user interface is idleN/A
Is available with control VIsN/A
Is available with global VIsN/A
Is available with strict type definitionsNo
Is available with polymorphic VIsN/A
Available in Run-Time EngineYes (Read/Write)