XlPrintTitles.Columns Property
In This Article
Gets or sets specific columns 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 Columns { get; set; }
#Property Value
Type | Description |
---|---|
Xl |
An Xl |
#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