Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineDataSource Class


SparklineDataSource Class Methods

For a list of all members of this type, see SparklineDataSource members.

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 MethodReturns a hash code for this instance. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
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. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
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 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. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
Top
Protected Methods
 NameDescription
Protected MethodDesignates this external variable to be deleted. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
Protected MethodNotifies the calculation engine that the value of this external variable is changed. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
Protected MethodEvaluates the result of this external variable. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
Protected MethodOverridden.   
Protected MethodGets a boolean value indicating whether the external variable prefer correct expression automatically. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
Protected MethodOverridden.   
Top
See Also