[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ExternalVariable.-ctor

ExternalVariable Constructor

ExternalVariable()

Initializes a new instance of the ExternalVariable class.

Declaration
public ExternalVariable()
Public Sub New()

ExternalVariable(bool)

Initializes a new instance of the ExternalVariable class.

Declaration
protected ExternalVariable(bool fixedVariable)
Protected Sub New(fixedVariable As Boolean)
Parameters
Type Name Description
bool fixedVariable

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