KDCalc Class Library

OverwriteCellFormulaException Class

The exception that is thrown when a user attempts to overwrite a cell formula in the spreadsheet.

For a list of all members of this type, see OverwriteCellFormulaException Members.

System.Object
   Exception
      ApplicationException
         KDCalcException
            OverwriteCellFormulaException

public class OverwriteCellFormulaException : KDCalcException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

To allow for the overwriting of cell formulas, set the KDCalcEngine.AllowCellFormulaOverwrite = true;

Requirements

Namespace: KnowledgeDynamics.KDCalc

Assembly: KDCalcNet (in KDCalcNet.dll)

See Also

OverwriteCellFormulaException Members | KnowledgeDynamics.KDCalc Namespace