Spread Windows Forms 15.0
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
    bool Optional {get;}
    See Also