CustomChartsheetView.ChartSheetPageSetup Property

Chart Sheet Page Setup.Represents the element tag in schema: x:pageSetup

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property ChartSheetPageSetup As ChartSheetPageSetup
    Get
    Set
'Usage
Dim instance As CustomChartsheetView
Dim value As ChartSheetPageSetup

value = instance.ChartSheetPageSetup

instance.ChartSheetPageSetup = value
public ChartSheetPageSetup ChartSheetPageSetup { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup
Returns ChartSheetPageSetup.

See Also

Reference

CustomChartsheetView Class

CustomChartsheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace