[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.RowCollection

RowCollection Class

Represents a collection of Row objects.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class RowCollection : ContentObjectCollection<Row>, IContentList<Row>, IReadOnlyList<Row>, IReadOnlyCollection<Row>, IEnumerable<Row>, IEnumerable
Public Class RowCollection
    Inherits ContentObjectCollection(Of Row)
    Implements IContentList(Of Row), IReadOnlyList(Of Row), IReadOnlyCollection(Of Row), IEnumerable(Of Row), IEnumerable

Methods

Name Description
Add()

Adds a Row to this collection. The row is added to the end of the last table in the range.

Add(params string[])

Adds a Row to this collection. The row is added to the end of the last table in the range.

Insert(Row)

Inserts a Row into this collection before a specified row.

Insert(string[], InsertLocation)

Inserts a Row into this collection at the specified location.

Insert(string[], Row)

Inserts a Row into this collection before a specified row.