REARRANGE_COLUMNS_INFO¶
Used by EE_REARRANGE_COLUMNS message.
typedef struct _REARRANGE_COLUMNS_INFO {
UINT cbSize;
UINT nColumnArraySize;
const INT* piColumn;
} REARRANGE_COLUMNS_INFO;
Fields¶
cbSize
Specifies sizeof( REARRANGE_COLUMNS_INFO ).
nSize
Specifies the number of columns specified in the piColumn field.
piColumn
Specifies an array of integers, indicating the order of columns to be rearranged. For instance, "0, 2, 4" indicates the result will include the first, third, and fifth columns of the original CSV document.
Version¶
Supported on Version 22.1 or later.