DataCell(DataFrame, ConfigurationCell, Boolean) Constructor

Creates a new DataCell from specified parameters.

Definition

Namespace: Gemstone.PhasorProtocols.Macrodyne
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.136 -- Release Build+4bc8539cc260b23af1f55a058712d0a5186ff49a
public DataCell(
	DataFrame parent,
	ConfigurationCell configurationCell,
	bool addEmptyValues
)

Parameters

parent  DataFrame
The reference to parent DataFrame of this DataCell.
configurationCell  ConfigurationCell
The ConfigurationCell associated with this DataCell.
addEmptyValues  Boolean
If true, adds empty values for each defined configuration cell definition.

See Also