RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1TableHelper Class / Cells Property

In This Topic
    Cells Property (C1TableHelper)
    In This Topic
    Gets the cells.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cells As IEnumerable(Of C1TableCell)
    public IEnumerable<C1TableCell> Cells {get;}

    Property Value

    The cells.
    See Also