ComponentOne Word for WPF
C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfRow Class / Cells Property

In This Topic
    Cells Property
    In This Topic
    Get table cell collection for this row.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As RtfCellCollection
    public RtfCellCollection Cells {get;}
    See Also