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.138 -- Release Build+d320e0a63cabbd50e5d712783a511f5687755b05
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