Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 638 Bytes

File metadata and controls

30 lines (20 loc) · 638 Bytes

MdTable.Rows Property

Declaring Type: MdTable
Namespace: Grynwald.MarkdownGenerator
Assembly: Grynwald.MarkdownGenerator

Gets the table's rows

public IEnumerable<MdTableRow> Rows { get; }

Property Value

IEnumerable<MdTableRow>

Remarks

Does not include the header row


Documentation generated by MdDocs