DataEntryGridDataValue..::..CreateDataValue Method (DataEntryGridRow, Int32, String)
Creates the data value.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: 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 )
Return Value
System.String.Exceptions
Exception | Condition |
---|---|
ArgumentException | '{row}' : Column Id '{columnId}' GetCellStyle must return a cell style that derives from {nameof(DataEntryGridControlCellStyle)}. |