[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.TableCell

Class TableCell

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

Represents a table cell.

public class TableCell : LayoutElement
Inheritance
TableCell
Inherited Members

Properties

ColumnIndex

Gets the column index.

public int ColumnIndex { get; }

Property Value

int

ColumnSpan

Gets the column span (1 or more).

public int ColumnSpan { get; }

Property Value

int

Content

Gets the content of a table cell.

public CellContent Content { get; }

Property Value

CellContent

RowIndex

Gets the row index.

public int RowIndex { get; }

Property Value

int

RowSpan

Gets the row span (1 or more).

public int RowSpan { get; }

Property Value

int

Table

Gets the owner TableFragment.

public TableFragment Table { get; }

Property Value

TableFragment

WordCell

Gets the source Cell.

public Cell WordCell { get; }

Property Value

Cell