Set Cell Value Method

LabView Local Project Settings

Set Cell Value Method

Short Name: Set Cell Value

Installed With: Base Package

Class: Table Methods

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

Parameters

NameRequiredDescription
X IndexNoSpecifies 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 IndexNoSpecifies 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.
ValueNoValue you want in the specified table cell.

Remarks

The following table lists the characteristics of this method.

Available in Run-Time Engine and Real-Time Operating SystemYes (Read/Write)
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 disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsYes
Available with polymorphic VIsNo