Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Worksheet.SetPrintRange(CellRange) Method

Defines the print range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

void SetPrintRange(
    CellRange range
)

Parameters

Name Type Description
range CellRange

A CellRange object that is the worksheet range to print.

Remarks

The SetPrintRange method sets the worksheet print range. To extend the print range, use the Worksheet.AddPrintRange method.

See Also