RowCollection Class

Represents table row collection.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesRowCollection

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class RowCollection : IRowCollection, 
	IGenericCollection<IRow>, IEnumerable<IRow>, IEnumerable, 
	ICollection

The RowCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of rows actually contained in the collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Returns the row at the specified index. Read-only Row.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodAddClone
Creates a copy of the specified template row and inserts it at the bottom of a table.
Public methodCopyTo
Copies all elements from the collection to the specified array.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsertClone
Creates a copy of the specified template row and insert it at the specified position in a table.
Public methodRemoveAt
Removes a row at the specified position from a table.
Public methodToString (Inherited from Object.)
See Also