singleMode: Having focus Paste only into one cell
enabled: Paste availability setting
startEdit: The value to be pasted is If it is not multiple rows and the row you want to paste is not already being edited, start editing
commitEdit: Multi-row paste date When commit
existing edit state enableAppend: Multiple to paste Add a row when the row exceeds the range of existing rows
fillFieldDefaults: row When adding, fill the values of fields not included with the default value of the data field
fillColumnDefaults: row When adding, fill the values of fields not included with the default value of the column
forceRowValidation: Executing row validation for each row while pasting multiple rows
forceColumnValidation: Column validation for each row while pasting multiple rows. Run
selectionBase: If true, focus Start pasting from the first cell in the selection area that contains the cell
stopOnError: Validation If it fails or the type conversion fails, the rest of the paste stops and an exception is raised.
noEditEvent: Single row When pasting, onEditRowChanged, which occurs for each cell, does not occur.
eventEachRow: Multiple rows When pasting, onEditRowPasted event occurs for each row
checkReadOnly: Columns where readOnly or editable is false are excluded from paste
checkDomainOnly: DropDown When pasting into a column where the editor's domainOnly is true, values that are not in values are Doesn't paste
convertLookupLabel: When pasting labels into DropDown Editor, they are converted to values.