Home
Home
Docs
API
Theme
System
Light
Dark
Sponsor
GitHub
Menu
Loading menu…
Home
API
Markdig.Extensions.Tables
Table
Methods
IsValid()
Menu
On this page
IsValid() Method
Definition
Namespace
Markdig.Extensions.Tables
Assembly
Markdig.dll
View source
Checks if the table structure is valid.
public bool IsValid()
Returns
Boolean
True
if the table has rows and the number of cells per row is correct, other wise
false
.