A flow content element that defines a row within a C1Table.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[ContentPropertyAttribute("Cells")]
public class C1TableRow : C1Block
Visual Basic
<ContentPropertyAttribute("Cells")> _
Public Class C1TableRow _
	Inherits C1Block
XAML Object Element Usage
<C1TableRow>
  Cells
</C1TableRow>

Inheritance Hierarchy

System..::..Object
  C1.Phone.RichTextBox.Documents..::..C1TextElement
    C1.Phone.RichTextBox.Documents..::..C1Block
      C1.Phone.RichTextBox.Documents..::..C1TableRow

See Also