NamedRangeCollection SetPrintArea Method GemBox.Spreadsheet Help
Sets print area.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1036
Syntax

public void SetPrintArea(
	CellRange range
)

Parameters

range
Type: GemBox.Spreadsheet CellRange
Range of cells that we want set as print area.
Remarks

If specified, print area is used when exporting to HTML, PDF, XPS and image file formats as cell range which will be exported in the output file format.
See Also