InputCollection.Add Method (Int32, String, String, CellType, Object)

Adds an Input object to the row corresponding to the row index.

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 Add ( _
    RowIndex As Integer, _
    SheetName As String, _
    Cells As String, _
    CellsType As CellType, _
    Value As Object _
)
'Usage
Dim instance As InputCollection
Dim RowIndex As Integer
Dim SheetName As String
Dim Cells As String
Dim CellsType As CellType
Dim Value As Object

instance.Add(RowIndex, SheetName, Cells, _
    CellsType, Value)
public void Add(
    int RowIndex,
    string SheetName,
    string Cells,
    CellType CellsType,
    Object Value
)

Parameters

  • SheetName
    Type: System.String
    Name of the sheet for the input cell.

See Also

Reference

InputCollection Class

InputCollection Members

Add Overload

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