<< Return to Main Index

< Return to Class Index

CGXWorksheetFunctions::Lookup

static gxKeyword* Lookup(LPCTSTR text, gxKeyword* fn_table, int sizeofTable);

text

A string with the function name.

fn

tablePointer to the keyword table.

sizeofTable

Should be sizeof(fn_table).

Return Value

Returns a pointer to the keyword entry in the table; NULL if the function name could not be found.

Remarks

Searches a function entry in a given keyword table. The keyword table must be sorted alphabetically.

See Also

CGXWorksheetFunctions::SortTable CGXWorksheetFunctions::LookupFunction

CGXWorksheetFunctions

Class Overview | Class Members