Skip to content

SEO-187022-Angular-Spreedsheet-Alt-text-missing #372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
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}