Spread 8.0 Documentation
SSValidateFormula Function
Support Options
DLL Reference > DLL Functions > SSValidateFormula Function

Glossary Item Box

SSValidateFormula Function


See Also    ActiveX

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

Copyright © GrapeCity, inc. All rights reserved.