Table of Contents

Method QActionRowsToObjectFillArray

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

QActionRowsToObjectFillArray(QActionTableRow[])

Converts an array of QActionTableRows to an object array where each element of the array represents a table column.

public object[] QActionRowsToObjectFillArray(QActionTableRow[] rows)

Parameters

rows QActionTableRow[]

The rows to convert.

Returns

object[]

The data organized as an object array where each element of the array represents a table column.