Spread ASP.NET 6.0 Product Documentation
Print
Send Feedback
Spread ASP.NET 6.0 Product Documentation > Client-Side Scripting Reference > Scripting Members > Methods > Print

Glossary Item Box

Prints the sheet.

Syntax

[JavaScript]

FpSpread1.Print();

Parameters

None

Return Type

None

Remarks

This method prints the sheet. This method causes a postback to occur.

Example

This is a sample that contains the method. On the client side, the script that contains the method would look like this:

JavaScript Copy Code
<SCRIPT language=javascript>
   function onPrintButtonClick() { 
       FpSpread1.Print();
   } 
</SCRIPT>

See Also

Next | Scripting Members

© 2002-2012 GrapeCity, Inc. All Rights Reserved.