Table class/Set Cell Value method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 6337C06
Scope Basic Development Environment
Data Name Set Cell Value
Short Name* Set Cell Value
Long Name* Set Cell Value
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 13
Owning Class Name Table Class
Return Data Type No return value
Invoke Node Set Cell Value
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

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 type Name Required Description
I32 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.
I32 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.
String Value Yes Value you want in the specified table cell.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links