[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.TableCell

Class TableCell

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

Represents a table cell.

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

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