[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CalculateExceptionEventArgs

CalculateExceptionEventArgs Class

Represents the event data for the CalculateException event, that contains the exception thrown when calculating the result of a formula.

Inheritance
CalculateExceptionEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class CalculateExceptionEventArgs : EventArgs
Public Class CalculateExceptionEventArgs
    Inherits EventArgs

Constructors

Name Description
CalculateExceptionEventArgs(Exception, Control)

Creates a new calculation exception event arguments object.

Properties

Name Description
Control

Gets the control whose formula has an exception.

Exception

Gets the exception raised when calculating the result of a formula.