XlPrintTitles(IXlSheet) Constructor
Initializes a new instance of the XlPrintTitles class with the specified settings.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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