[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.TableRow

Class TableRow

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

Represents the row in a Word table.

public class TableRow : LayoutElement
Inheritance
object
TableRow
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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

System.Collections.Generic.List<T><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