Share via


Input.CellType Property

Gets or sets the type of cell 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 CellType As CellType
    Get
    Set
'Usage
Dim instance As Input
Dim value As CellType

value = instance.CellType

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

Property Value

Type: Microsoft.Office.Excel.Server.Addins.ComputeCluster.CellType
The type of cell.

See Also

Reference

Input Class

Input Members

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