ChartSheet Members
In This Article
#Properties
Name | Description |
---|---|
Active |
Provides access to an object that contains options to display and print a chart sheet. |
Chart | Provides access to the chart on the current chart sheet. |
Code |
Gets or sets the chart sheet’s code name. |
Header |
Provides access to options which determine the chart sheet header and footer characteristics. |
Id | Returns the sheet’s unique identifier. Inherited from Sheet. |
Index |
Gets the chart sheet index within the workbook’s Chart |
Is |
Gets a value indicating whether the chart sheet is protected. |
Name | Gets or sets the name of the chart sheet. |
Print |
Provides access to options that control how the chart sheet is printed. |
Sheet |
Returns the type of the sheet. Inherited from Sheet. |
Tag |
Gets or sets the data associated with a Chart |
Visibility |
Gets or sets whether the current chart sheet is visible, hidden or “very hidden”. |
Visible | Gets or sets a value indicating whether the current chart sheet is visible. |
Workbook | Gets a workbook that contains the current chart sheet. |
#Methods
Name | Description |
---|---|
Copy |
Copies the specified chart sheet into the current instance. |
Get |
Returns the chart sheet elements to which protection is applied. |
Move |
Moves the chart sheet to another location within the workbook’s collection of chart sheets. |
Move |
Moves the current sheet after the specified sheet in a workbook. Inherited from Sheet. |
Move |
Moves the current sheet before the specified sheet in a workbook. Inherited from Sheet. |
Move |
Moves the current sheet to the first position in a workbook. Inherited from Sheet. |
Move |
Moves the current sheet to the last position in a workbook. Inherited from Sheet. |
Print() | Prints the current sheet using the default printer settings. Inherited from Sheet. |
Print |
Prints the current sheet using the specified printer settings. Use this method overload in non-Windows environments. Inherited from Sheet. |
Print |
Prints the current sheet using the specified printer settings. Inherited from Sheet. |
Protect |
Protects chart sheet elements to prevent them from being changed by the user. |
Unprotect |
Removes protection from a chart sheet. |
See Also