Share via


CellType Enumeration

Defines the type of input cell.

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 Enumeration CellType
'Usage
Dim instance As CellType
[SerializableAttribute]
public enum CellType

Members

Member name Description
None No cell type defined.
NamedRange Name of the range.
Coordinate Coordinate of the cell.

See Also

Reference

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