ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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