TTMSFNCDataGridDataAfterApplyAutoFillEvent Event Type
Fired after the AutoFill value has been written to an individual target cell.
API unit family: TMSFNCDataGridData
Parameters
| Name | Description |
|---|---|
Sender |
Grid that fired the event. |
SourceCells |
Rectangular range of source cells used as the fill seed. |
SourceValues |
Flat array of cell values read from SourceCells. |
TargetCells |
The full rectangular range that was filled. |
TargetCell |
The cell that was just written. |
Direction |
Direction in which the fill extended from the source. |
OldValue |
Value the cell held before AutoFill wrote to it. |
NewValue |
Value that was written into the cell. |