Skip to main content
A newer version of this page is available. .

XlPrintTitles(IXlSheet) Constructor

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

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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