# Print

Use the Print method to print sheets. Learn its syntax and parameters in documentation.

## Content

Prints the sheet.

## Syntax

[JavaScript]

```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
<script type="text/javascript">
   function onPrintButtonClick() {
       FpSpread1.Print();
   }
</script>
```

## See Also

[Next](/spreadnet/docs/latest/online-asp/overview/spweb-clientscriptref/clientscript-members/clientscript-allmeths/CSSR-Next)
[Scripting Members](/spreadnet/docs/latest/online-asp/overview/spweb-clientscriptref/clientscript-members)