Table of Contents

Method NewRow

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

NewRow()

Retrieves information about the updated cells in a row.

object NewRow()

Returns

object

Information about the updated cells in the row.

This will be an object array where each element is either a null reference(in case the cell was not updated) or an array containing information about an updated cell.The array containing information about the updated cell is organized as follows:

  • cellDetails[0]: Cell value
  • cellDetails[1]: Update timestamp
  • cellDetails[2]: User
  • cellDetails[3]: Display string
  • cellDetails[4]: Display state
  • cellDetails[5]: ms
  • cellDetails[6]: TBD

Remarks

  • This method can only be used in QActions that have the attribute row set to “true”.