InputRow Members

Include Protected Members
Include Inherited Members

Represents a collection of input row objects.

The InputRow type exposes the following members.

Constructors

  Name Description
Public method InputRow Initializes a new instance of the InputRow class.

Top

Properties

  Name Description
Public property Capacity (Inherited from List<Input>.)
Public property Count (Inherited from List<Input>.)
Public property Item (Inherited from List<Input>.)
Public property Results Gets or sets the ResultCollection object containing the results for the workbook associated with the current instance of the ExcelServicesWork object.

Top

Methods

  Name Description
Public method Add(T) (Inherited from List<Input>.)
Public method Add(String, String, CellType, Object) Adds an input, based on the specified parameters, to the input row.
Public method AddRange (Inherited from List<Input>.)
Public method AsReadOnly (Inherited from List<Input>.)
Public method BinarySearch(T) (Inherited from List<Input>.)
Public method BinarySearch(T, IComparer<T>) (Inherited from List<Input>.)
Public method BinarySearch(Int32, Int32, T, IComparer<T>) (Inherited from List<Input>.)
Public method Clear (Inherited from List<Input>.)
Public method Contains (Inherited from List<Input>.)
Public method ConvertAll<TOutput> (Inherited from List<Input>.)
Public methodStatic member ConvertCellToRow Converts Excel cell nomenclature to a literal column and row.
Public method CopyTo([]) (Inherited from List<Input>.)
Public method CopyTo([], Int32) (Inherited from List<Input>.)
Public method CopyTo(Int32, [], Int32, Int32) (Inherited from List<Input>.)
Public method Equals (Inherited from Object.)
Public method Exists (Inherited from List<Input>.)
Protected method Finalize (Inherited from Object.)
Public method Find (Inherited from List<Input>.)
Public method FindAll (Inherited from List<Input>.)
Public method FindIndex(Predicate<T>) (Inherited from List<Input>.)
Public method FindIndex(Int32, Predicate<T>) (Inherited from List<Input>.)
Public method FindIndex(Int32, Int32, Predicate<T>) (Inherited from List<Input>.)
Public method FindLast (Inherited from List<Input>.)
Public method FindLastIndex(Predicate<T>) (Inherited from List<Input>.)
Public method FindLastIndex(Int32, Predicate<T>) (Inherited from List<Input>.)
Public method FindLastIndex(Int32, Int32, Predicate<T>) (Inherited from List<Input>.)
Public method ForEach (Inherited from List<Input>.)
Public method GetEnumerator (Inherited from List<Input>.)
Public method GetHashCode (Inherited from Object.)
Public method GetRange (Inherited from List<Input>.)
Public method GetType (Inherited from Object.)
Public method IndexOf(T) (Inherited from List<Input>.)
Public method IndexOf(T, Int32) (Inherited from List<Input>.)
Public method IndexOf(T, Int32, Int32) (Inherited from List<Input>.)
Public method Insert (Inherited from List<Input>.)
Public method InsertRange (Inherited from List<Input>.)
Public method LastIndexOf(T) (Inherited from List<Input>.)
Public method LastIndexOf(T, Int32) (Inherited from List<Input>.)
Public method LastIndexOf(T, Int32, Int32) (Inherited from List<Input>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from List<Input>.)
Public method RemoveAll (Inherited from List<Input>.)
Public method RemoveAt (Inherited from List<Input>.)
Public method RemoveRange (Inherited from List<Input>.)
Public method Reverse() (Inherited from List<Input>.)
Public method Reverse(Int32, Int32) (Inherited from List<Input>.)
Public method SetCellsForRow Sets the values of the cells and collects the status value.
Public method Sort() (Inherited from List<Input>.)
Public method Sort(IComparer<T>) (Inherited from List<Input>.)
Public method Sort(Comparison<T>) (Inherited from List<Input>.)
Public method Sort(Int32, Int32, IComparer<T>) (Inherited from List<Input>.)
Public method ToArray (Inherited from List<Input>.)
Public method ToString (Inherited from Object.)
Public method TrimExcess (Inherited from List<Input>.)
Public method TrueForAll (Inherited from List<Input>.)

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<Input>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from List<Input>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from List<Input>.)
Explicit interface implemetationPrivate method IEnumerable<T>.GetEnumerator (Inherited from List<Input>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from List<Input>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from List<Input>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from List<Input>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from List<Input>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from List<Input>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from List<Input>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from List<Input>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from List<Input>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from List<Input>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from List<Input>.)

Top

See Also

Reference

InputRow Class

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