[]
Represents a collection of Table objects.
public class TableCollection : ContentObjectCollection<Table>, IContentList<Table>, IReadOnlyList<Table>, IReadOnlyCollection<Table>, IEnumerable<Table>, IEnumerable
Public Class TableCollection
Inherits ContentObjectCollection(Of Table)
Implements IContentList(Of Table), IReadOnlyList(Of Table), IReadOnlyCollection(Of Table), IEnumerable(Of Table), IEnumerable
| Name | Description |
|---|---|
| Add() | |
| Add(Style) | |
| Add(int, int) | |
| Add(int, int, Style) | |
| Add(string[][], Style) | |
| Insert(InsertLocation) | Inserts a Table into this collection at a specified location. |
| Insert(Style, InsertLocation) | Inserts a Table into this collection at a specified location. |
| Insert(int, int, InsertLocation) | Inserts a Table into this collection at a specified location. |
| Insert(int, int, Style, InsertLocation) | Inserts a Table into this collection at a specified location. |
| Insert(string[][], InsertLocation) | Inserts a Table into this collection at a specified location. |
| Insert(string[][], Style, InsertLocation) | Inserts a Table into this collection at a specified location. |