Input Constructor (String, String, CellType, Object)
Initializes a new instance of the Input class.
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, _
Value As Object _
)
'Usage
Dim SheetName As String
Dim Cells As String
Dim CellsType As CellType
Dim Value As Object
Dim instance As New Input(SheetName, _
Cells, CellsType, Value)
public Input(
string SheetName,
string Cells,
CellType CellsType,
Object Value
)
Parameters
- SheetName
Type: System.String
Name of the sheet for the input cell.
- Cells
Type: System.String
Cell location for the input cell.
- CellsType
Type: Microsoft.Office.Excel.Server.Addins.ComputeCluster.CellType
Cell type for the Cells parameter.
- Value
Type: System.Object
Value of the input cell.
Remarks
This is a standard constructor used to establish the required properties for an input object.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace