Skip to main content
Row

WorksheetPrintTitleOptions Interface

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.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