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
| Name | Required | Description |
|---|---|---|
| X Index | No | 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 | No | 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 | No | Value 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 System | Yes (Read/Write) |
| 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 disallowed | No |
| Must wait until user interface is idle | No |
| Available with control VIs | No |
| Available with global VIs | No |
| Available with strict type definitions | Yes |
| Available with polymorphic VIs | No |