TableRowCollection Class
A collection of table rows in a slide table.
Namespace: DevExpress.Docs.Presentation
Assembly:
DevExpress.Docs.Presentation.v26.1.dll
NuGet Package:
DevExpress.Docs.Presentation
Declaration
public sealed class TableRowCollection :
OfficeObjectCollection<TableRow>
Public NotInheritable Class TableRowCollection
Inherits OfficeObjectCollection(Of TableRow)
The following members return TableRowCollection objects:
Inheritance
ObjectDevExpress.Docs.Office.Internal.OfficeCollectionBase<
TableRow>
DevExpress.Docs.Office.Internal.OfficeObjectCollectionBase<
TableRow>
DevExpress.Docs.Office.Internal.OfficeObjectCollection<
TableRow>
TableRowCollection
See Also