Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IParameter Interface / Optional Property


In This Topic
Optional Property
In This Topic
Gets a boolean value indicates whether the parameter can be omitted.
Syntax
'Declaration
 
ReadOnly Property Optional As Boolean
 
'Usage
 
Dim instance As IParameter
Dim value As Boolean
 
value = instance.Optional
See Also