Skip to main content
Row

WorksheetPrintTitleOptions.Clear() Method

Removes the print titles from the worksheet.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Clear()

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