InputCollection.Last Property
Gets the last InputRow object in the InputCollection 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 ReadOnly Property Last As InputRow
Get
'Usage
Dim instance As InputCollection
Dim value As InputRow
value = instance.Last
public InputRow Last { get; }
Property Value
Type: Microsoft.Office.Excel.Server.Addins.ComputeCluster.InputRow
The last input row.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace