SSValidateFormula Function
Applies To
fpSpread DLL control
Description
Determines if a formula is valid.
Syntax
C
BOOL SSValidateFormula(HWND hWnd, LPCTSTR lpszFormula);
C++
BOOL TSpread::ValidateFormula(LPCTSTR lpszFormula);
Parameters
The following parameters are available:
Parameter | Description |
---|---|
hWnd | Window handle of the fpSpread control |
lpszFormula | Pointer to formula to validate |
Return Value
TRUE if the function completes successfully; FALSE otherwise.
See Also
SSGetFormula, SSSetFormula functions
ActiveX Correspondence
IsFormulaValid method