Share via


InputRow Class

Represents a collection of input row objects.

Inheritance Hierarchy

System.Object
  System.Collections.Generic.List<Input>
    Microsoft.Office.Excel.Server.Addins.ComputeCluster.InputRow

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class InputRow _
    Inherits List(Of Input) _
    Implements IXmlSerializable
'Usage
Dim instance As InputRow
[SerializableAttribute]
public class InputRow : List<Input>, 
    IXmlSerializable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

InputRow Members

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