Edit

Share via


TableBlock.Rows Property

Definition

Gets or sets the table rows.

public System.Collections.Generic.IList<Microsoft.Toolkit.Parsers.Markdown.Blocks.TableBlock.TableRow> Rows { get; set; }
member this.Rows : System.Collections.Generic.IList<Microsoft.Toolkit.Parsers.Markdown.Blocks.TableBlock.TableRow> with get, set
Public Property Rows As IList(Of TableBlock.TableRow)

Property Value

Applies to