Skip to main content

XlPrintTitles(IXlSheet) Constructor

Initializes a new instance of the XlPrintTitles class with the specified settings.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

public XlPrintTitles(
    IXlSheet sheet
)

#Parameters

Name Type Description
sheet IXlSheet

An IXlSheet object that is the worksheet containing row and column titles to be printed.

#Remarks

An instance of the XlPrintTitles class is accessible by using the IXlSheet.PrintTitles property.

See Also