Table of Contents

TTMSFNCDataGridDataAutoFillParams Record

Top-level AutoFill parameters produced by the analysis pass: the detected fill type, the computed step value, the number of lanes, and per-lane models.

API unit family: TMSFNCDataGridData

Syntax

TTMSFNCDataGridDataAutoFillParams = record

Fields and properties

Name Type Description
FillType TTMSFNCDataGridDataAutoFillType The kind of fill to apply, such as copying the seed values or extending a detected series.
LaneCount Integer Number of lanes in Lanes. A lane is one column when filling down, or one row when filling across.
Lanes TArray<TTMSFNCDataGridDataAutoFillLaneModel> The per-lane pattern detected from the source selection.
Step TTMSFNCDataGridCellValue Amount the value advances by between consecutive filled cells.