Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Camera Class
Properties Methods


In This Topic
    Camera Class Members
    In This Topic

    The following tables list the members exposed by Camera.

    Public Properties
     NameDescription
    Public PropertyGets or sets the image brush of the camera object.  
    Public PropertyGets or sets a boolean value indicating whether this external variable is volatile. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
    Public PropertyGets or sets the name of the defined name. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
    Public PropertyGets the last image brush of the camera object.  
    Public PropertyGets the source data range of this data source. (Inherited from GrapeCity.Spreadsheet.CellRangeDataSource)
    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. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the context column for evaluating. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
    Protected PropertyOverridden.   
    Protected PropertyGets the global shared evaluation context. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
    Protected PropertyGets the context row for evaluating. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
    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 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 MethodOverridden. Sets the formula in A1 format which the defined name refers to.  
    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 MethodGets a boolean value indicating whether the external variable prefers all absolute references. (Inherited from GrapeCity.Spreadsheet.ExternalVariable)
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Top
    See Also