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

Worksheet.AddPrintRange(Range) Method

Extends print range by merging with the specified range.

Namespace: DevExpress.Spreadsheet

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

Declaration

void AddPrintRange(
    Range range
)

Parameters

Name Type Description
range Range

A Range object that is the worksheet range to print.

Remarks

If the worksheet has no print rage defined, the AddPrintRange method sets the print range. If the print range is already defined, the AddPrintRange method extends it by merging the two ranges.

See Also