Table of Contents

Constructor QActionTableRow

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

QActionTableRow(int, int)

Initializes a new instance of the QActionTableRow class that represents a table row with the specified number of columns.

public QActionTableRow(int index, int columnCount)

Parameters

index int

The index of the column that holds the primary key.

columnCount int

The number of columns.

QActionTableRow(int, int, object[])

Initializes a new instance of the QActionTableRow class that represents a table row with the specified number of columns and initializes it with the provided data.

public QActionTableRow(int index, int columnCount, object[] oRow)

Parameters

index int

The index of the column that holds the primary key.

columnCount int

The number of columns.

oRow object[]

The row data.