A block-level flow content element that provides a grid-based presentation organized by rows and columns.

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
[ContentPropertyAttribute("RowGroups")]
public class C1Table : C1Block
Visual Basic
<ContentPropertyAttribute("RowGroups")> _
Public Class C1Table _
	Inherits C1Block

Inheritance Hierarchy

See Also