diff --git a/QuestPDF/Fluent/GridExtensions.cs b/QuestPDF/Fluent/GridExtensions.cs index e7ae0ca..72e027b 100644 --- a/QuestPDF/Fluent/GridExtensions.cs +++ b/QuestPDF/Fluent/GridExtensions.cs @@ -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 handler) { var descriptor = new GridDescriptor();