Deprecated the Grid element

This commit is contained in:
MarcinZiabek
2022-10-28 23:25:10 +02:00
parent c348106b3f
commit 86a35b7cd3
+1
View File
@@ -55,6 +55,7 @@ namespace QuestPDF.Fluent
public static class GridExtensions
{
[Obsolete("This element has been deprecated since version 2022.11. Please use the Table element, or the combination of the Row and Column elements.")]
public static void Grid(this IContainer element, Action<GridDescriptor> handler)
{
var descriptor = new GridDescriptor();