DataEntryGridEditingCellProps Constructor
Initializes a new instance of the DataEntryGridEditingCellProps class.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
protected DataEntryGridEditingCellProps( DataEntryGridRow row, int columnId )
Protected Sub New ( _ row As DataEntryGridRow, _ columnId As Integer _ )
protected: DataEntryGridEditingCellProps( DataEntryGridRow^ row, int^ columnId )
Parameters
- columnId
- Type: Int32
The column identifier.