ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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