TTMSFNCDataGridData.AutoFill Method
Extends the pattern from the source range into the target range (Excel fill-handle behaviour). Direction is auto-detected from geometry when gafdAuto is passed.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
procedure AutoFill(const ASourceStart: TTMSFNCDataGridCellCoord; const ASourceEnd: TTMSFNCDataGridCellCoord; const ATargetStart: TTMSFNCDataGridCellCoord; const ATargetEnd: TTMSFNCDataGridCellCoord; const ADirection: TTMSFNCDataGridDataAutoFillDirection = gafdAuto);
Parameters
| Name | Description |
|---|---|
ASourceStart |
Argument used by the operation. |
ASourceEnd |
Argument used by the operation. |
ATargetStart |
Argument used by the operation. |
ATargetEnd |
Argument used by the operation. |
ADirection |
Direction used by the operation. |