DataEntryGridAutoFillCellProps Constructor
Initializes a new instance of the DataEntryGridAutoFillCellProps class.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public DataEntryGridAutoFillCellProps( DataEntryGridRow row, int columnId, AutoFillSetup setup, AutoFillValue value )
Public Sub New ( _ row As DataEntryGridRow, _ columnId As Integer, _ setup As AutoFillSetup, _ value As AutoFillValue _ )
public: DataEntryGridAutoFillCellProps( DataEntryGridRow^ row, int^ columnId, AutoFillSetup^ setup, AutoFillValue^ value )
Parameters
- row
- Type: DataEntryGridRow
The row.
- columnId
- Type: Int32
The column identifier.
- setup
- Type: RingSoft.DbLookup.AutoFill..::..AutoFillSetup
The setup.
- value
- Type: RingSoft.DbLookup.AutoFill..::..AutoFillValue
The value.