[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.TableCell

TableCell Class

Represents a table cell.

Inheritance
TableCell
Namespace: GrapeCity.Documents.Word.Layout
Assembly: DS.Documents.Word.dll
Syntax
public class TableCell : LayoutElement
Public Class TableCell
    Inherits LayoutElement

Properties

Name Description
ColumnIndex

Gets the column index.

ColumnSpan

Gets the column span (1 or more).

Content

Gets the content of a table cell.

RowIndex

Gets the row index.

RowSpan

Gets the row span (1 or more).

Table

Gets the owner TableFragment.

WordCell

Gets the source Cell.