CGXWorksheetFunctions::SortTable
static void SortTable(gxKeyword* fn_table, int sizeofTable);
fn
tablePointer to the keyword table.
sizeofTable
Should be sizeof(fn_table).
Remarks
Sorts a keyword table alphabetically.
Call this method once to make sure the keyword table is alphabetically sorted. If you are sure that all entries in your keyword table are already alphabetically sorted, there is no need to call this function.