_Application.FlashFill Property

Definition

TRUE indicates that the Excel Flash Fill feature has been enabled and active. Boolean (bool in C#) Read/Write

public:
 property bool FlashFill { bool get(); void set(bool value); };
public bool FlashFill { get; set; }
Public Property FlashFill As Boolean

Property Value

Remarks

Flash Fill detects when you are modifying data that fits a pattern which can be filled down and applied to additional data in the workbook, and then automatically fills down the column with the results.

Applies to