Skip to main content
A newer version of this page is available. .

XlPrintTitles.Columns Property

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

Namespace: DevExpress.Export.Xl

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

Declaration

public XlCellRange Columns { get; set; }

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