DataCell Properties

The DataCell type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Gets the data annotations for this cell.
Public propertyColumnsTuple
Gets the columns tuple.
Public propertyFormatString
Gets or sets the format string.
Public propertyFormattedValue
Gets or sets the formatted value.
Public propertyHasAnnotations
Gets a value indicating whether the cell has annotations attached to.
Public propertyIsInError
Gets or sets a value indicating whether there were errors when retrieving the cell data.
Public propertyIsMissingData
Gets a value indicating whether the cell represents missing data.
Public propertyProperties
Gets the miscellaneous properties.
Public propertyRowsTuple
Gets the rows tuple.
Public propertyValue
Gets the numeric value.
Top
See Also