Back to Devexpress

WorksheetPrintTitleOptions.Clear() Method

officefileapi-devexpress-dot-spreadsheet-dot-worksheetprinttitleoptions-4abac732.md

latest1.3 KB
Original Source

WorksheetPrintTitleOptions.Clear() Method

Removes the print titles from the worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void Clear()
vb
Sub 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

WorksheetPrintTitleOptions Interface

WorksheetPrintTitleOptions Members

DevExpress.Spreadsheet Namespace