DataEntryGridControlValue Constructor (DataEntryGridControlCellStyle, String)
Initializes a new instance of the DataEntryGridControlValue class.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public DataEntryGridControlValue( DataEntryGridControlCellStyle cellStyle, string cellValue )
Public Sub New ( _ cellStyle As DataEntryGridControlCellStyle, _ cellValue As String _ )
public: DataEntryGridControlValue( DataEntryGridControlCellStyle^ cellStyle, String^ cellValue )
Parameters
- cellStyle
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridControlCellStyle
The cell style.
- cellValue
- Type: String
The cell value.