Show / Hide Table of Contents

Class Chartsheet

Inheritance
System.Object
Sheet
Chartsheet
Inherited Members
Sheet.Visibility
Sheet.Name
Sheet.Workbook
Sheet.View
Sheet.Properties
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Chartsheet : Sheet

Properties

Charts

Declaration
public ChartsheetChartsCollection Charts { get; }
Property Value
Type Description
ChartsheetChartsCollection

CustomViews

Declaration
public List<CustomChartsheetView> CustomViews { get; }
Property Value
Type Description
List<CustomChartsheetView>

PageSetup

Declaration
public PageSetup PageSetup { get; }
Property Value
Type Description
PageSetup

Protection

Declaration
public ChartsheetProtection Protection { get; set; }
Property Value
Type Description
ChartsheetProtection

Views

Declaration
public List<ChartsheetView> Views { get; }
Property Value
Type Description
List<ChartsheetView>
Back to top Generated by DocFX