UseHeaderForColumnCount Property

Definition

Assembly Markdig.dll

Defines whether table should be normalized to the amount of columns as defined in the table header. false by default

If true, this will insert empty cells in rows with fewer tables than the header row and remove cells that are exceeding the header column count. If false, this will use the row with the most columns to determine how many cells should be inserted in all other rows (default behavior).

public bool UseHeaderForColumnCount { get; set; }

Returns