InputCollection Members
Include Protected Members
Include Inherited Members
Collection containing instances of InputRow objects.
The InputCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InputCollection() | Initializes a new instance of the InputCollection class. | |
InputCollection(ExcelServicesWork) | Constructs an InputCollection object. |
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from List<InputRow>.) | |
Count | (Inherited from List<InputRow>.) | |
Item | (Inherited from List<InputRow>.) | |
Job | ||
Last | Gets the last InputRow object in the InputCollection object. |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IXmlSerializable.GetSchema | ||
IXmlSerializable.ReadXml | ||
IXmlSerializable.WriteXml | ||
IList.Add | (Inherited from List<InputRow>.) | |
IList.Contains | (Inherited from List<InputRow>.) | |
ICollection.CopyTo | (Inherited from List<InputRow>.) | |
IEnumerable<T>.GetEnumerator | (Inherited from List<InputRow>.) | |
IEnumerable.GetEnumerator | (Inherited from List<InputRow>.) | |
IList.IndexOf | (Inherited from List<InputRow>.) | |
IList.Insert | (Inherited from List<InputRow>.) | |
IList.IsFixedSize | (Inherited from List<InputRow>.) | |
ICollection<T>.IsReadOnly | (Inherited from List<InputRow>.) | |
IList.IsReadOnly | (Inherited from List<InputRow>.) | |
ICollection.IsSynchronized | (Inherited from List<InputRow>.) | |
IList.Item | (Inherited from List<InputRow>.) | |
IList.Remove | (Inherited from List<InputRow>.) | |
ICollection.SyncRoot | (Inherited from List<InputRow>.) |
Top
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace