Skip to main content

XlPrintTitles.ToString() Method

Returns a string reference to a range that includes the entire rows and/or columns repeated on every printed page.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public override string ToString()

Returns

Type Description
String

A string reference to the title rows and/or title columns printed on every page.

Remarks

If a worksheet contains both title rows and columns specified, the ToString method returns a string that is a combination of two references (one for title rows and one for title columns) separated by a comma. For example, the "Sheet1!$A:$B,Sheet1!$1:$2" string specifies that every printed page of the "Sheet1" will contain column labels from the first and second rows and row labels from the columns "A" and "B".

See Also