ThrowException Property (TrendLine)
In This Topic
Whether to throw the exceptions which fire during function calculation.
Syntax
'Declaration
Public Property ThrowException As Boolean
'Usage
Dim instance As TrendLine
Dim value As Boolean
instance.ThrowException = value
value = instance.ThrowException
public bool ThrowException {get; set;}
See Also