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

Worksheet.AddPrintRange(CellRange) Method

Extends print range by merging with the specified range.

Namespace: DevExpress.Spreadsheet

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

Declaration

void AddPrintRange(
    CellRange range
)

Parameters

Name Type Description
range CellRange

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