DataCell Class |
Namespace: Dundas.BI.Data.DataRetrieval
The DataCell type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataCell(DataTuple, DataTuple) |
Initializes a new instance of the DataCell class.
|
![]() | DataCell(NullableNumber, DataTuple, DataTuple) |
Initializes a new instance of the DataCell class.
|
Name | Description | |
---|---|---|
![]() | Annotations |
Gets the data annotations for this cell.
|
![]() | ColumnsTuple |
Gets the columns tuple.
|
![]() | FormatString |
Gets or sets the format string.
|
![]() | FormattedValue |
Gets or sets the formatted value.
|
![]() | HasAnnotations |
Gets a value indicating whether the cell has annotations attached to.
|
![]() | IsInError |
Gets or sets a value indicating whether there were errors when retrieving the cell data.
|
![]() | IsMissingData |
Gets a value indicating whether the cell represents missing data.
|
![]() | Properties |
Gets the miscellaneous properties.
|
![]() | RowsTuple |
Gets the rows tuple.
|
![]() | Value |
Gets the numeric value.
|
Name | Description | |
---|---|---|
![]() | AddAnnotation |
Adds the annotation to the current instance.
|