[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TableCell

C1TableCell Class

A flow content element that defines a cell of content within a C1Table.

Inheritance
C1TableCell
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class C1TableCell : C1Block, IEnumerable<C1TextElement>, IEnumerable

Constructors

Name Description
C1TableCell()

Fields

Name Description
ColumnSpanProperty

Identifies the ColumnSpan style property.

RowSpanProperty

Identifies the RowSpan style property.

Properties

Name Description
Blocks

Gets the collection of C1Block in the C1TableCell.

ColumnSpan

Gets or sets the number of columns that the C1TableCell should span.

RowSpan

Gets or sets the number of rows that the C1TableCell should span.

Methods

Name Description
IsValidChild(Type)

Checks whether a type is a valid child of this C1TextElement.