Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Row Class / Cells Property

In This Topic
    Cells Property (Row)
    In This Topic
    Gets the collection of cells in this table row.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As CellCollection
    public CellCollection Cells {get;}
    See Also