Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WorksheetPrintTitleOptions Interface

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public interface WorksheetPrintTitleOptions

The following members return WorksheetPrintTitleOptions objects:

#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