Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExternalVariable Class
Properties Methods


In This Topic
    ExternalVariable Class Members
    In This Topic

    The following tables list the members exposed by ExternalVariable.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a boolean value indicating whether this external variable is volatile.  
    Public PropertyOverridden. Gets or sets the name of the defined name.  
    Public PropertyGets or sets the formula in R1C1 format which the defined name refers to. (Inherited from GrapeCity.Spreadsheet.DefinedName)
    Public PropertyGets the value of this external variable.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the context column for evaluating.  
    Protected PropertyGets the context worksheet to evaluate.  
    Protected PropertyGets the global shared evaluation context.  
    Protected PropertyGets the context row for evaluating.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether this instance contains errors. (Inherited from GrapeCity.Spreadsheet.DefinedName)
    Public MethodDeletes the defined name. (Inherited from GrapeCity.Spreadsheet.DefinedName)
    Public MethodOverloaded. Determines whether the specified System.Object is equal to this instance. (Inherited from GrapeCity.Spreadsheet.DefinedName)
    Public MethodOverridden. Returns a hash code for this instance.  
    Public MethodGets the formula in A1 format which the defined name refers to. (Inherited from GrapeCity.Spreadsheet.DefinedName)
    Public MethodDetermines whether this external variable is undefined.  
    Public MethodDetermines whether this GrapeCity.CalcEngine.IDefinedName is an undefined name. (Inherited from GrapeCity.Spreadsheet.DefinedName)
    Public MethodSets the formula in A1 format which the defined name refers to. (Inherited from GrapeCity.Spreadsheet.DefinedName)
    Public Method (Inherited from GrapeCity.Spreadsheet.DefinedName)
    Public MethodMarks this external variable as volatile. A volatile external variable must be recalculated whenever calculation occurs in any cells on the worksheet. A nonvolatile external variable is recalculated only when the input variables change.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDesignates this external variable to be deleted.  
    Protected MethodNotifies the calculation engine that the value of this external variable is changed.  
    Protected MethodEvaluates the result of this external variable.  
    Protected MethodGets a boolean value indicating whether the external variable prefers all absolute references.  
    Protected MethodGets a boolean value indicating whether the define name prefer correct expression automatically. (Inherited from GrapeCity.Spreadsheet.DefinedName)
    Protected MethodDesignates this external variable to be recalculated when the next recalculation occurs.  
    Top
    See Also