Version

Chartsheet Class Members

The following tables list the members exposed by Chartsheet.

Public Properties
 NameDescription
Public PropertyChartReturns the WorksheetChart displayed in this chartsheet.  
Public PropertyDisplayOptionsGets the object which controls the display of the chartsheet.  
Public PropertyHasProtectionPasswordReturns a boolean indicating if the Sheet has been protected with a password. (Inherited from Infragistics.Documents.Excel.Sheet)
Public PropertyImageBackgroundGets or sets the background image for the worksheet.  
Public PropertyIsProtectedReturns a boolean indicating if the Worksheet has been protected. (Inherited from Infragistics.Documents.Excel.Sheet)
Public PropertyNameGets or sets the sheet name. (Inherited from Infragistics.Documents.Excel.Sheet)
Public PropertyPrintOptionsGets the object which controls how the chartsheet prints.  
Public PropertyProtectionReturns an object that provides information used when the Chartsheet has been protected.  
Public PropertySelectedGets the value which indicates whether this worksheet is selected. (Inherited from Infragistics.Documents.Excel.Sheet)
Public PropertySheetIndexGets the zero-based index of this sheet in its parent Workbook.Sheets collection. (Inherited from Infragistics.Documents.Excel.Sheet)
Public PropertyTabColorInfoGets or sets the WorkbookColorInfo to use for the associated sheet's tab in the tab bar of Microsoft Excel. (Inherited from Infragistics.Documents.Excel.Sheet)
Public PropertyTypeOverridden. Returns Chartsheet  
Public PropertyWorkbookGets the Sheet.Workbook that owns the worksheet. (Inherited from Infragistics.Documents.Excel.Sheet)
Public Methods
 NameDescription
Public MethodMoveToSheetIndexMoves the sheet to a new position in the owning workbook's collections of sheets. (Inherited from Infragistics.Documents.Excel.Sheet)
Public MethodProtectOverloaded. Protects the Chartsheet with the specified password.  
Public MethodUnprotectOverloaded. Attempts to use the specified password to remove the WorkSheet protection currently in place. (Inherited from Infragistics.Documents.Excel.Sheet)
Public Events
 NameDescription
Public EventPropertyChangedOccurs after a property value has changed (Inherited from Infragistics.Documents.Excel.Sheet)
See Also