[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TableCollection

TableCollection Class

Represents a collection of Table objects.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
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

Methods

Name Description
Add()

Adds a Table to this collection at the End location.

Add(Style)

Adds a Table to this collection at the End location.

Add(int, int)

Adds a Table to this collection at the End location.

Add(int, int, Style)

Adds a Table to this collection at the End location.

Add(string[][], Style)

Adds a Table to this collection at the End location.

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.