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

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