TableRowCollection Class |
Namespace: GemBox.Document.Tables
The TableRowCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Content |
Gets the content of the current ElementCollection.
(Inherited from ElementCollection.) |
![]() | Count |
Gets the number of elements contained in the ElementCollectionT.
(Inherited from ElementCollectionT.) |
![]() | Item |
Gets or sets the element at the specified index.
(Inherited from ElementCollectionT.) |
![]() | SupportedElementTypes |
Gets a sequence of ElementTypes that can be contained in this collection.
(Inherited from ElementCollection.) |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the ICollectionT. (Inherited from ElementCollectionT.) |
![]() | CastTElement |
Gets the element at the specified index and casts it to the specified type.
(Inherited from ElementCollectionT.) |
![]() | Clear | Removes all items from the ICollectionT. (Inherited from ElementCollectionT.) |
![]() | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ElementCollectionT.) |
![]() | CopyTo(T, Int32) | (Inherited from ElementCollectionT.) |
![]() | CopyTo(Element, Int32) | (Inherited from ElementCollection.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from ElementCollectionT.) |
![]() | IndexOf(T) | Determines the index of a specific item in the IListT. (Inherited from ElementCollectionT.) |
![]() | IndexOf(Element) |
Determines the index of a specific Element in the ElementCollection.
(Inherited from ElementCollection.) |
![]() | Insert | Inserts an item to the IListT at the specified index. (Inherited from ElementCollectionT.) |
![]() | Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ElementCollectionT.) |
![]() | RemoveAt | Removes the IListT item at the specified index. (Inherited from ElementCollectionT.) |
Name | Description | |
---|---|---|
![]() ![]() | IListAdd | Adds an item to the IList. (Inherited from ElementCollection.) |
![]() ![]() | IListContains | Determines whether the IList contains a specific value. (Inherited from ElementCollection.) |
![]() ![]() | ICollectionCopyTo | (Inherited from ElementCollection.) |
![]() ![]() | IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from ElementCollectionT.) |
![]() ![]() | IListIndexOf | Determines the index of a specific item in the IList. (Inherited from ElementCollection.) |
![]() ![]() | IListInsert | Inserts an item to the IList at the specified index. (Inherited from ElementCollection.) |
![]() ![]() | IListIsFixedSize |
Gets a value indicating whether the IList has a fixed size.
(Inherited from ElementCollection.) |
![]() ![]() | IListIsReadOnly |
Gets a value indicating whether the IList is read-only.
(Inherited from ElementCollection.) |
![]() ![]() | ICollectionTIsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from ElementCollectionT.) |
![]() ![]() | ICollectionIsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ElementCollection.) |
![]() ![]() | IListItem |
Gets or sets the element at the specified index.
(Inherited from ElementCollection.) |
![]() ![]() | IListRemove | Removes the first occurrence of a specific object from the IList. (Inherited from ElementCollection.) |
![]() ![]() | ICollectionSyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ElementCollection.) |