CGXGridCore::GetError
virtual BOOL GetError(CString& strError);
strError
A reference to a CString where an error description will be returned.
Return Value
TRUE if the last action produced an error; FALSE otherwise.
Remarks
Returns the error state of the formula engine. Objective Grid will call this method and if necessary display a message box with error information based on the return value of this GetError method.