Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

WorksheetPrintTitleOptions Interface

Represents the object that specifies rows and columns to be repeated on every printed page.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public interface WorksheetPrintTitleOptions

Remarks

Use the WorksheetPrintOptions.PrintTitles property to access an object exposing the WorksheetPrintTitleOptions interface.

Utilize the object’s WorksheetPrintTitleOptions.Rows property or WorksheetPrintTitleOptions.SetRows method, to print specific rows at the top of every page. To print specific columns on the left of every page, use the WorksheetPrintTitleOptions.Columns property or WorksheetPrintTitleOptions.SetColumns method. For more details, refer to the How to: Print Titles on a Worksheet example.

See Also