TableRowCollection Class |
Namespace: Spire.Presentation.Collections
The TableRowCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements actually contained in the collection.
(Inherited from
RowList
.)
|
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
|
|
|
Item |
Gets the element at the specified index.
(Inherited from
RowList
.)
|
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
|
| Name | Description | |
|---|---|---|
|
|
Append |
Add new row.
(Inherited from
RowList
.)
|
|
|
CopyTo |
Copies all elements from the collection to the specified array.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
(Inherited from
RowList
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
Insert |
Insert a row.
(Inherited from
RowList
.)
|
|
|
RemoveAt |
Removes a row at the specified position from a table.
(Inherited from
RowList
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|