Skip to main content
All docs
V19.1
.NET Framework 4.5.2+
Row

Worksheet.SetPrintRange(Range) Method

Defines the print range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

void SetPrintRange(
    Range range
)

Parameters

Name Type Description
range Range

A Range 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