Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CalculateExceptionEventArgs Class / Control Property


In This Topic
    Control Property (CalculateExceptionEventArgs)
    In This Topic
    Gets the control whose formula has an exception.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Control As Control
    'Usage
     
    
    Dim instance As CalculateExceptionEventArgs
    Dim value As Control
     
    value = instance.Control
    public Control Control {get;}

    Property Value

    Control
    See Also