AddNewRow() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the AddNewRow() method to add a new row to the data log grid for a new set of data log samples.
Syntax
AddNewRow(int stepNo, string lotNo, string subLotNo,
string stepDesc);
Parameters
stepNo
An integer value, if not Null, that is the current step number to which this datalog row applies.
lotNo
An integer value, if not Null, that is current lot number to which this datalog row applies.
subLotNo
An integer value, if not Null, that is current sublot number to which this datalog row applies.
stepDesc
A string value, if not Null, that is current step description to which this datalog row applies.