EE_AUTOFILL¶
Performs the AutoFill or Flash Fill action on the CSV document. You can send this message explicitly or by using the Editor_AutoFill inline function.
EE_AUTOFILL
wParam = 0;
lParam = (LPARAM) (AUTOFILL_INFO*) pInfo;
Parameters¶
pInfo
Pointer to the AUTOFILL_INFO structure.
Return Values¶
The return value can be a combination of the following values if the message succeeds. The return value of 0 means the message couldn't detect the pattern to complete the AutoFill or Flash Fill action. A negative value means the message failed.
S_FILL_COPY | Copies the values from the source range to the target range, repeating if necessary. |
S_FILL_SERIES | Extends the values in the source range into the target range as a series. |
S_FILL_FLASH | Performs the Flash Fill action, i.e. extends the values from the source range into the target range based on the detected pattern. This flag is valid only for the vertical direction. |
Version¶
Supported on EmEditor Version 17.5 or later.