WorksheetPrintTitleOptions.Clear() Method
Removes the print titles from the worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
If you wish to clear the “Print Titles” settings for rows only, set the WorksheetPrintTitleOptions.Rows property to null (Nothing in Visual Basic).
To stop printing column titles, assign null (Nothing in Visual Basic) to the WorksheetPrintTitleOptions.Columns property.
See Also