Result Members

Include Protected Members
Include Inherited Members

Represents the result of an execution on the compute cluster.

The Result type exposes the following members.

Constructors

  Name Description
Public method Result()
Public method Result(String, String, CellType)

Top

Properties

  Name Description
Public property Cells Gets or sets the cell location on the workbook where the result values are located.
Public property CellType Gets or sets the cell type on the workbook where the result values are located.
Public property ResultStatus Get or sets the status array which stores the result from the workbook.
Public property SheetName Gets or sets the name of the sheet on the workbook where the result values are located.
Public property Value Gets or sets the value of the result that is collected based on the location specified by the other properties.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IXmlSerializable.GetSchema
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml

Top

See Also

Reference

Result Class

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace