Share via


Input.Cells Property

Gets or sets the cells corresponding to the input.

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 Cells As String
    Get
    Set
'Usage
Dim instance As Input
Dim value As String

value = instance.Cells

instance.Cells = value
public string Cells { get; set; }

Property Value

Type: System.String
The value of the cells.

See Also

Reference

Input Class

Input Members

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