DataEntryGridTextCellProps Constructor (DataEntryGridRow, Int32, String)
Initializes a new instance of the DataEntryGridTextCellProps class and creates a string edit control in the data entry grid cell.
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGridAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public DataEntryGridTextCellProps( DataEntryGridRow row, int columnId, string text )
Public Sub New ( _ row As DataEntryGridRow, _ columnId As Integer, _ text As String _ )
public: DataEntryGridTextCellProps( DataEntryGridRow^ row, int^ columnId, String^ text )