Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Recognition.Model Namespace / ITable Interface / Rows Property

In This Topic
    Rows Property
    In This Topic
    Gets the list of table rows.
    Syntax
    'Declaration
     
    ReadOnly Property Rows As System.Collections.Generic.IReadOnlyList(Of ITableRow)
    System.Collections.Generic.IReadOnlyList<ITableRow> Rows {get;}
    See Also