CGXExcelBaseTable::ApplyToObject
virtual BOOL ApplyToObject(DWORD index, T1*& p);
index
Index of the stored object
p
Object that is to have the data at this index applied
Remarks
This method looks up the Excel data structure at this index and applies it to the Objective Grid data structure that is passed in. The pointer to the Objective Grid data structure can be NULL in which case this class will allocate an object automatically. This object will then be initialized with the value that is retrieved. This is a template class method.