XlPrintTitles.Columns Property
Gets or sets specific columns to be repeated on every printed page.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
XlCellRange | An XlCellRange object that specifies worksheet columns repeated on every printed page. |
Remarks
Use the Columns and XlPrintTitles.Rows properties to set or obtain columns and rows that should appear on every printed page. Note that you can also use the XlPrintTitles.SetColumns and XlPrintTitles.SetRows methods to repeat specific columns and rows on every page when printing. For an example, refer to the How to: Print Titles on a Worksheet document.
See Also