officefileapi-devexpress-dot-spreadsheet-b96cc7f7.md
Represents the object that specifies rows and columns to be repeated on every printed page.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public interface WorksheetPrintTitleOptions
Public Interface WorksheetPrintTitleOptions
The following members return WorksheetPrintTitleOptions objects:
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
WorksheetPrintTitleOptions Members