Table of Contents

TTMSFNCDataGridDataAutoFillStepKind Enumeration

The step granularity used internally when advancing a numeric or date AutoFill sequence.

API unit family: TMSFNCDataGridData

Members

Name Description
gaskNone No step advancement; the sequence is not numeric or date-based.
gaskInt Steps by an integer increment.
gaskFloat Steps by a floating-point increment.
gaskDate Steps by a date interval (day, week, month, or year depending on the detected pattern).