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.
| Data type | Name | Required | Description | 
|---|---|---|---|
![]()  | X Index | 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 | 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 | Yes | Value you want in the specified table cell. | 
The following table lists the characteristics of this method.
| Data type | No return value | 
| Available in Run-Time Engine | Yes (Read/Write) | 
| 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 |