|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: Print with Spreadsheet widget for Syncfusion Essential ASP .NET Core |
4 | | -description: How to use the Spreadsheet Print |
| 3 | +title: Print with Spreadsheet widget for Syncfusion Essential ASP.NET Core |
| 4 | +description: How to use the Print support in Syncfusion Essential ASP.NET Core Spreadsheet Control, its elements, and more. |
5 | 5 | platform: aspnet-core |
6 | 6 | control: Spreadsheet |
7 | 7 | documentation: ug |
8 | 8 | --- |
9 | 9 |
|
10 | | -# Print |
| 10 | +# Print in ASP.NET Core Spreadsheet |
11 | 11 |
|
12 | 12 | This feature is used to produce text and graphics from a computer screen or file into a sheet of paper. You can use `allow-printing` property in `e-print-settings` to enable/disable the print operation. |
13 | 13 |
|
@@ -80,14 +80,14 @@ namespace samplebrowser.Controllers.SpreadsheetASP |
80 | 80 |
|
81 | 81 | The following output is displayed as a result of the above code example. |
82 | 82 |
|
83 | | - |
| 83 | + |
84 | 84 |
|
85 | | - |
| 85 | + |
86 | 86 |
|
87 | 87 | Print dialog with entire sheet in Chrome browser |
88 | 88 | {:.caption} |
89 | 89 |
|
90 | | - |
| 90 | + |
91 | 91 |
|
92 | 92 | Print dialog with selected area print in chrome browser |
93 | 93 | {:.caption} |
@@ -138,7 +138,7 @@ namespace samplebrowser.Controllers.SpreadsheetASP |
138 | 138 | {% endhighlight %} |
139 | 139 | {% endtabs %} |
140 | 140 |
|
141 | | - |
| 141 | + |
142 | 142 |
|
143 | 143 | Print dialog without gridlines in chrome browser |
144 | 144 | {:.caption} |
@@ -189,7 +189,7 @@ namespace samplebrowser.Controllers.SpreadsheetASP |
189 | 189 | {% endhighlight %} |
190 | 190 | {% endtabs %} |
191 | 191 |
|
192 | | - |
| 192 | + |
193 | 193 |
|
194 | 194 | Print dialog without headings in chrome browser |
195 | 195 | {:.caption} |
0 commit comments