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
)Gemstone.PhasorProtocols.SelFastMessage.DataCell = function(parent, configurationCell, addEmptyValues);