Table of Contents

Method QActionRowsToObjectArray

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

QActionRowsToObjectArray(QActionTableRow[])

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

public object[] QActionRowsToObjectArray(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 row.

Remarks

Each element of the array represents a table row (e.g. result[0] represents the first row). In case it is desired to have each element of the array represent a table column, use the QActionRowsToObjectFillArray method instead.