Gets the cells.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

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

Field Value

The cells.

See Also