Class Chartsheet
Inheritance
System.Object
Chartsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Chartsheet : Sheet
Properties
Charts
Declaration
public ChartsheetChartsCollection Charts { get; }
Property Value
CustomViews
Declaration
public List<CustomChartsheetView> CustomViews { get; }
Property Value
PageSetup
Declaration
public PageSetup PageSetup { get; }
Property Value
Protection
Declaration
public ChartsheetProtection Protection { get; set; }
Property Value
Views
Declaration
public List<ChartsheetView> Views { get; }
Property Value