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.
Exceptions
- ArgumentNullException
data
is null.- ElementStoppedException
The element is stopped.
- ElementNotFoundException
The element was not found in the DataMiner System.
- IncorrectDataException
Invalid data was provided.