Skip to main content

XlPrintTitles.Rows Property

Gets or sets specific rows to be repeated on every printed page.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCellRange Rows { get; set; }

Property Value

Type Description
XlCellRange

An XlCellRange object that specifies worksheet rows repeated on every printed page.

Remarks

Use the Rows and XlPrintTitles.Columns properties to set or obtain rows and columns that should appear on every printed page. Note that you can also use the XlPrintTitles.SetRows and XlPrintTitles.SetColumns methods to repeat specific rows and columns on every page when printing. For an example, refer to the How to: Print Titles on a Worksheet document.

See Also