RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridDataValue..::..CreateDataValue Method (DataEntryGridRow, Int32, String)

Creates the data value.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public string CreateDataValue(
	DataEntryGridRow row,
	int columnId,
	string controlValue
)
Public Function CreateDataValue ( _
	row As DataEntryGridRow, _
	columnId As Integer, _
	controlValue As String _
) As String
public:
String^ CreateDataValue(
	DataEntryGridRow^ row, 
	int^ columnId, 
	String^ controlValue
)

Parameters

row
Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridRow
The row.
columnId
Type: Int32
The column identifier.
controlValue
Type: String
The control value.

Return Value

System.String.

Exceptions


ExceptionCondition
ArgumentException'{row}' : Column Id '{columnId}' GetCellStyle must return a cell style that derives from {nameof(DataEntryGridControlCellStyle)}.