Input Members
Include Protected Members
Include Inherited Members
Contains the information and values for a cell or range of cells within a single worksheet.
The Input type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Input() | Initializes a new instance of the Input class. | |
Input(String, String, CellType, Object) | Initializes a new instance of the Input class. |
Top
Properties
Name | Description | |
---|---|---|
Cells | Gets or sets the cells corresponding to the input. | |
CellType | Gets or sets the type of cell corresponding to the input. | |
InputStatus | Gets or sets the input status for the input cells. | |
SheetName | Gets or sets the name of the sheet. | |
Value | Gets or sets the input value. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace