XlPrintTitles.Rows Property
In This Article
Gets or sets specific rows to be repeated on every printed page.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlCellRange Rows { get; set; }
#Property Value
Type | Description |
---|---|
Xl |
An Xl |
#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