Result Constructor (String, String, CellType)

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 New ( _
    SheetName As String, _
    Cells As String, _
    CellsType As CellType _
)
'Usage
Dim SheetName As String
Dim Cells As String
Dim CellsType As CellType

Dim instance As New Result(SheetName, _
    Cells, CellsType)
public Result(
    string SheetName,
    string Cells,
    CellType CellsType
)

Parameters

See Also

Reference

Result Class

Result Members

Result Overload

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