Print GridWeb

Printing GridWeb

In order to print the contents, the Aspose.Cells.GridWeb for .NET exposes the GridWeb.Print client-side function, which can be used in a JavaScript call as demonstrated below.

Once the JavaScript function is in place, it can be triggered on any event of choice. Please check the following ASP.NET snippet which uses the above‑defined JavaScript function for a button click event.