Table of Contents

Method AddRow

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

AddRow(object[])

Adds the provided row to this table.

void AddRow(object[] data)

Parameters

data object[]

The row data.

Remarks

Make sure the element that contains the table on which you perform the operation is active. If it is stopped, an ElementNotFoundException will be thrown.

Exceptions

ArgumentNullException

data is null.

ElementNotFoundException

The element was not found in the DataMiner System.

IncorrectDataException

Invalid data was provided.