Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExternalVariable Class / ExternalVariable Constructor / ExternalVariable Constructor(Boolean)
true if the external variable provide fixed value; otherwise, the external variable has precedent(s).


In This Topic
    ExternalVariable Constructor(Boolean)
    In This Topic
    Initializes a new instance of the ExternalVariable class.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal fixedVariable As Boolean _
    )
    'Usage
     
    
    Dim fixedVariable As Boolean
     
    Dim instance As New ExternalVariable(fixedVariable)
    protected ExternalVariable( 
       bool fixedVariable
    )

    Parameters

    fixedVariable
    true if the external variable provide fixed value; otherwise, the external variable has precedent(s).
    See Also