Table of Contents

Method GetPosition

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

GetPosition(string)

Gets the 1-based position of the row with the specified primary key in the table.

public int GetPosition(string key)

Parameters

key string

The primary key of the row.

Returns

int

The 1-based position of the row in the table.