openPDC Synchrophasor Help
DataCell Constructor (parent, configurationCell, addEmptyValues)
NamespacesTVA.PhasorProtocols.SelFastMessageDataCellDataCell(DataFrame, ConfigurationCell, Boolean)
Creates a new DataCell from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public DataCell(
	DataFrame parent,
	ConfigurationCell configurationCell,
	bool addEmptyValues
)
Public Sub New ( _
	parent As DataFrame, _
	configurationCell As ConfigurationCell, _
	addEmptyValues As Boolean _
)
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.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0