Share via


ResultCollection.Add Method (String, String, CellType)

Adds a Result object to the result collection.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Sub Add ( _
    SheetName As String, _
    Cells As String, _
    CellsType As CellType _
)
'Usage
Dim instance As ResultCollection
Dim SheetName As String
Dim Cells As String
Dim CellsType As CellType

instance.Add(SheetName, Cells, CellsType)
public void Add(
    string SheetName,
    string Cells,
    CellType CellsType
)

Parameters

Remarks

This method automatically instantiates the Result object.

See Also

Reference

ResultCollection Class

ResultCollection Members

Add Overload

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