[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Row

Row Class

Represents a table row element in a body content.

Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class Row : FormattedContentObject, IBrowsable<Row>
Public Class Row
    Inherits FormattedContentObject
    Implements IBrowsable(Of Row)

Properties

Name Description
Cells

Gets the collection of cells in this table row.

Format

Provides access to the table row formatting properties.

Index

Gets the index of this row in the parent table.

Next

Gets the next table row.

Previous

Gets the previous table row.

RevisionId

Gets unique identifiers used to track the row editing session.

Table

Gets the parent table of this row.

Methods

Name Description
AddContentControl(ContentControlType, bool)

Adds a ContentControl to the end of the row.