Share via


InputCollection Members

Include Protected Members
Include Inherited Members

Collection containing instances of InputRow objects.

The InputCollection type exposes the following members.

Constructors

  Name Description
Public method InputCollection() Initializes a new instance of the InputCollection class.
Public method InputCollection(ExcelServicesWork) Constructs an InputCollection object.

Top

Properties

  Name Description
Public property Capacity (Inherited from List<InputRow>.)
Public property Count (Inherited from List<InputRow>.)
Public property Item (Inherited from List<InputRow>.)
Public property Job
Public property Last Gets the last InputRow object in the InputCollection object.

Top

Methods

  Name Description
Public method Add(T) (Inherited from List<InputRow>.)
Public method Add(String, String, CellType, Object) Adds an input to the last InputRow object of the collection.
Public method Add(Int32, String, String, CellType, Object) Adds an Input object to the row corresponding to the row index.
Public method AddNew Adds a new, blank, InputRow object.
Public method AddRange (Inherited from List<InputRow>.)
Public method AsReadOnly (Inherited from List<InputRow>.)
Public method BinarySearch(T) (Inherited from List<InputRow>.)
Public method BinarySearch(T, IComparer<T>) (Inherited from List<InputRow>.)
Public method BinarySearch(Int32, Int32, T, IComparer<T>) (Inherited from List<InputRow>.)
Public method Clear (Inherited from List<InputRow>.)
Public method Contains (Inherited from List<InputRow>.)
Public method ConvertAll<TOutput> (Inherited from List<InputRow>.)
Public method CopyTo([]) (Inherited from List<InputRow>.)
Public method CopyTo([], Int32) (Inherited from List<InputRow>.)
Public method CopyTo(Int32, [], Int32, Int32) (Inherited from List<InputRow>.)
Public method Dispose
Public method Equals (Inherited from Object.)
Public method Exists (Inherited from List<InputRow>.)
Protected method Finalize (Inherited from Object.)
Public method Find (Inherited from List<InputRow>.)
Public method FindAll (Inherited from List<InputRow>.)
Public method FindIndex(Predicate<T>) (Inherited from List<InputRow>.)
Public method FindIndex(Int32, Predicate<T>) (Inherited from List<InputRow>.)
Public method FindIndex(Int32, Int32, Predicate<T>) (Inherited from List<InputRow>.)
Public method FindLast (Inherited from List<InputRow>.)
Public method FindLastIndex(Predicate<T>) (Inherited from List<InputRow>.)
Public method FindLastIndex(Int32, Predicate<T>) (Inherited from List<InputRow>.)
Public method FindLastIndex(Int32, Int32, Predicate<T>) (Inherited from List<InputRow>.)
Public method ForEach (Inherited from List<InputRow>.)
Public method GetEnumerator (Inherited from List<InputRow>.)
Public method GetHashCode (Inherited from Object.)
Public method GetRange (Inherited from List<InputRow>.)
Public method GetType (Inherited from Object.)
Public method IndexOf(T) (Inherited from List<InputRow>.)
Public method IndexOf(T, Int32) (Inherited from List<InputRow>.)
Public method IndexOf(T, Int32, Int32) (Inherited from List<InputRow>.)
Public method Insert (Inherited from List<InputRow>.)
Public method InsertRange (Inherited from List<InputRow>.)
Public method LastIndexOf(T) (Inherited from List<InputRow>.)
Public method LastIndexOf(T, Int32) (Inherited from List<InputRow>.)
Public method LastIndexOf(T, Int32, Int32) (Inherited from List<InputRow>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PerformCalculations() Performs the calculations on all of the InputRow objects of the InputCollection object.
Public method PerformCalculations(ExcelServicesWork) Performs the calculations on all of the InputRow objects of the InputCollection object by using the specified ExcelServicesWork object parameter as the context for execution.
Public method Remove (Inherited from List<InputRow>.)
Public method RemoveAll (Inherited from List<InputRow>.)
Public method RemoveAt (Inherited from List<InputRow>.)
Public method RemoveRange (Inherited from List<InputRow>.)
Public method Reverse() (Inherited from List<InputRow>.)
Public method Reverse(Int32, Int32) (Inherited from List<InputRow>.)
Public method Sort() (Inherited from List<InputRow>.)
Public method Sort(IComparer<T>) (Inherited from List<InputRow>.)
Public method Sort(Comparison<T>) (Inherited from List<InputRow>.)
Public method Sort(Int32, Int32, IComparer<T>) (Inherited from List<InputRow>.)
Public method ToArray (Inherited from List<InputRow>.)
Public method ToString (Inherited from Object.)
Public method TrimExcess (Inherited from List<InputRow>.)
Public method TrueForAll (Inherited from List<InputRow>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IXmlSerializable.GetSchema
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml
Explicit interface implemetationPrivate method IList.Add (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate method IEnumerable<T>.GetEnumerator (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from List<InputRow>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from List<InputRow>.)

Top

See Also

Reference

InputCollection Class

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