Gets the collection of C1Block in the C1TableCell.

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

Syntax

C#
public ProxyCollection<C1Block> Blocks { get; }
Visual Basic
Public ReadOnly Property Blocks As ProxyCollection(Of C1Block)
	Get

See Also