ExcelServicesWork.InputCollection Property

Gets or sets the InputCollection property that contains the InputRow object.

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 Property InputCollection As InputCollection
    Get
    Set
'Usage
Dim instance As ExcelServicesWork
Dim value As InputCollection

value = instance.InputCollection

instance.InputCollection = value
public InputCollection InputCollection { get; set; }

Property Value

Type: Microsoft.Office.Excel.Server.Addins.ComputeCluster.InputCollection
The InputCollection property.

See Also

Reference

ExcelServicesWork Class

ExcelServicesWork Members

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