Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions angular/Spreadsheet/Print.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Print with Spreadsheet widget for Syncfusion Essential JS
description: How to use the Spreadsheet Print
title: Print with Spreadsheet widget for Essential JavaScript | Syncfusion
description: Learn here about How to use the Spreadsheet Print with Syncfusion Angular Spreadsheet, its elements, and more.
platform: Angular
control: Spreadsheet
documentation: ug
---

# Print
# Print with Spreadsheet widget for Syncfusion Essential

This feature is used for produce text and graphics from a computer screen or file onto a sheet of paper. You can use `allowPrinting` property in `printSettings`to enable/disable the print operation.

Expand Down Expand Up @@ -75,14 +75,14 @@ printSelClick(event) {

The following output is displayed as a result of the above code example.

![](Print_images/Print_img1.png)
![Print Sheet / Print Selected Area in Angular Spreadsheet](Print_images/Print_img1.png)

![](Print_images/Print_img2.png)
![Print Sheet / Print Selected Area in Angular Spreadsheet](Print_images/Print_img2.png)

Print dialog with entire sheet in Chrome browser
{:.caption}

![](Print_images/Print_img3.png)
![Print dialog with entire sheet in Chrome browser in Angular Spreadsheet](Print_images/Print_img3.png)

Print dialog with selected area print in chrome browser
{:.caption}
Expand All @@ -109,7 +109,7 @@ The following code example describes the above behavior.
{% endhighlight %}


![](Print_images/Print_img4.png)
![Print with Gridlines in Angular Shreadsheet](Print_images/Print_img4.png)

Print dialog without gridlines in chrome browser
{:.caption}
Expand All @@ -135,7 +135,7 @@ The following code example describes the above behavior.
</ej-spreadsheet>
{% endhighlight %}

![](Print_images/Print_img5.png)
![Print with Headings in Angular Spreadsheet](Print_images/Print_img5.png)

Print dialog without headings in chrome browser
{:.caption}