Edit

Share via


TableBlock.TableRow.Cells Property

Definition

Gets or sets the table cells.

public System.Collections.Generic.IList<CommunityToolkit.Common.Parsers.Markdown.Blocks.TableBlock.TableCell> Cells { get; set; }
member this.Cells : System.Collections.Generic.IList<CommunityToolkit.Common.Parsers.Markdown.Blocks.TableBlock.TableCell> with get, set
Public Property Cells As IList(Of TableBlock.TableCell)

Property Value

Applies to