Back to Devexpress

ChartSheetPrintOptions Interface

officefileapi-devexpress-dot-spreadsheet-1f5fda30.md

latest1.6 KB
Original Source

ChartSheetPrintOptions Interface

Contains options used for printing a chart sheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface ChartSheetPrintOptions
vb
Public Interface ChartSheetPrintOptions

The following members return ChartSheetPrintOptions objects:

Remarks

Use the ChartSheet.PrintOptions property to get access to the ChartSheetPrintOptions object.

Note that such printing options as page orientation, margins and paper size are specified using the ChartSheetView.Orientation, ChartSheetView.Margins and ChartSheetView.PaperKind properties of the ChartSheet.ActiveView object.

See Also

ChartSheetPrintOptions Members

DevExpress.Spreadsheet Namespace