Gets the collection of C1TableCell in the C1TableRow.

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

Syntax

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

See Also