GQICell class
- Namespace:
Skyline.DataMiner.Analytics.GenericInterface - Assembly:
SLAnalyticsTypes.dll
Definition
Represents a single cell in a GQIRow.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| Value | Object | No | The value of the cell. |
| DisplayValue | String | No | The display value of the cell. |
Note
Empty cells, i.e. cells without value, are allowed.
Important
The type of the value of a cell should match the type of the corresponding column.