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

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