The following tables list the members exposed by Chartsheet.
Name | Description | |
---|---|---|
![]() | Chart | Returns the WorksheetChart displayed in this chartsheet. |
![]() | DisplayOptions | Gets the object which controls the display of the chartsheet. |
![]() | HasProtectionPassword | Returns a boolean indicating if the Sheet has been protected with a password. (Inherited from Infragistics.Documents.Excel.Sheet) |
![]() | ImageBackground | Gets or sets the background image for the worksheet. |
![]() | IsProtected | Returns a boolean indicating if the Worksheet has been protected. (Inherited from Infragistics.Documents.Excel.Sheet) |
![]() | Name | Gets or sets the sheet name. (Inherited from Infragistics.Documents.Excel.Sheet) |
![]() | PrintOptions | Gets the object which controls how the chartsheet prints. |
![]() | Protection | Returns an object that provides information used when the Chartsheet has been protected. |
![]() | Selected | Gets the value which indicates whether this worksheet is selected. (Inherited from Infragistics.Documents.Excel.Sheet) |
![]() | SheetIndex | Gets the zero-based index of this sheet in its parent Workbook.Sheets collection. (Inherited from Infragistics.Documents.Excel.Sheet) |
![]() | TabColorInfo | Gets 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) |
![]() | Type | Overridden. Returns Chartsheet |
![]() | Workbook | Gets the Sheet.Workbook that owns the worksheet. (Inherited from Infragistics.Documents.Excel.Sheet) |
Name | Description | |
---|---|---|
![]() | MoveToSheetIndex | Moves the sheet to a new position in the owning workbook's collections of sheets. (Inherited from Infragistics.Documents.Excel.Sheet) |
![]() | Protect | Overloaded. Protects the Chartsheet with the specified password. |
![]() | Unprotect | Overloaded. Attempts to use the specified password to remove the WorkSheet protection currently in place. (Inherited from Infragistics.Documents.Excel.Sheet) |
View on GitHub