'Declaration Public Function TryFinishEditCellFormula( _
ByRef formulaParsingExceptionThe exception that occurred during formula parsing.As System.Exception _
) As Boolean
public bool TryFinishEditCellFormula(
out System.Exception formulaParsingException
)
public: bool TryFinishEditCellFormula(
[PARAMFLAG::Out] System.Exception* formulaParsingException
)
public:
bool TryFinishEditCellFormula(
[Out] System.Exception^ formulaParsingException
)
Parameters
- formulaParsingException
- The exception that occurred during formula parsing.
Return Value
True if editing of cell formula is finished successfully; otherwise, false.