_Application.FlashFill Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.