ComponentOne RichTextBox for WPF and Silverlight
Cells Property (C1TableHelper)

C1.WPF.RichTextBox Namespace > C1TableHelper Class : Cells Property
Gets the cells.
Syntax
'Declaration
 
Public ReadOnly Property Cells As System.Collections.Generic.IEnumerable(Of C1TableCell)
public System.Collections.Generic.IEnumerable<C1TableCell> Cells {get;}

Property Value

The cells.
See Also

Reference

C1TableHelper Class
C1TableHelper Members