[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.TableRow

Class TableRow

Namespace
GrapeCity.Documents.Word.Layout
Assembly
GcDocs.Word.dll

Represents the row in a Word table.

public class TableRow : LayoutElement
Inheritance
TableRow
Inherited Members

Properties

ActualHeight

Gets the actual height of the table row, in points.

public float ActualHeight { get; }

Property Value

float

Cells

Gets the list of row cells.

public List<TableCell> Cells { get; }

Property Value

List<TableCell>

HeadingRow

Gets a value indicating if the current row shall be repeated at the top of each new page on which part of this table is displayed.

public bool HeadingRow { get; }

Property Value

bool

RowIndex

Gets the row index.

public int RowIndex { get; }

Property Value

int

WordRow

Gets the source Row.

public Row WordRow { get; }

Property Value

Row