Edit

Share via


TableBlock.ColumnDefinitions Property

Definition

Gets or sets describes the columns in the table. Rows can have more or less cells than the number of columns. Rows with fewer cells should be padded with empty cells. For rows with more cells, the extra cells should be hidden.

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

Property Value

Applies to