CGXExcelBaseTable:: LookupValue
virtual BOOL LookupValue(DWORD index, T*& pT);
index
The index to look up
pT
Reference to a pointer variable that will hold the return value
Remarks
The variable that is passed in is of type T (the class that gets passed in to denote Excel compatible data structures). Please refer to the CGXExcelBaseTable class description.