SpreadsheetGear 2023
IChartSheet Interface Members
Properties  Methods 

SpreadsheetGear Namespace : IChartSheet Interface

The following tables list the members exposed by IChartSheet.

Public Properties
 NameDescription
 PropertyReturns an instance of IChart which represents the chart of this chart sheet.  
 PropertyReturns the IFactory which created this object or its parent. (Inherited from SpreadsheetGear.IFactoryChild)
 PropertyReturns the zero based index of this sheet. (Inherited from SpreadsheetGear.ISheet)
 PropertyReturns true if this sheet has been disposed. (Inherited from SpreadsheetGear.ISheet)
 PropertyGets or sets the name of the sheet. (Inherited from SpreadsheetGear.ISheet)
 PropertyGets or sets the property which specifies whether the chart is protected.  
 PropertyGets or sets the property which specifies whether shapes on this chart sheet are protected.  
 PropertyGets or sets the value which specifies whether API access is allowed while the chart sheet is protected.  
 PropertyReturns a reference to the sheet tab of this sheet. (Inherited from SpreadsheetGear.ISheet)
 PropertyReturns the SheetType of this sheet. (Inherited from SpreadsheetGear.ISheet)
 PropertyGets or sets the property which indicates whether or not a worksheet is visible. (Inherited from SpreadsheetGear.ISheet)
 PropertyReturns an instance of IChartSheetWindowInfo which represents chart sheet specific window options for the currently active view.  
 PropertyReturns a reference to the IChartSheetWindowInfo collection for the chart sheet.  
 PropertyReturns the workbook which contains the current sheet. (Inherited from SpreadsheetGear.ISheet)
 PropertyReturns the parent IWorkbookSet of this sheet. (Inherited from SpreadsheetGear.ISheet)
Top
Public Methods
 NameDescription
 MethodCreates a new sheet after the specified sheet and copies the contents of this sheet to the newly created sheet. (Inherited from SpreadsheetGear.ISheet)
 MethodCreates a new sheet before the specified sheet and copies the contents of this sheet to the newly created sheet. (Inherited from SpreadsheetGear.ISheet)
 MethodDeletes this sheet. (Inherited from SpreadsheetGear.ISheet)
 MethodEvaluates the specified formula and returns the resulting IRange. (Inherited from SpreadsheetGear.ISheet)
 MethodEvaluates the specified formula and returns the resulting array of ranges. (Inherited from SpreadsheetGear.ISheet)
 MethodEvaluates the specified formula and returns the result as a System.Double, System.String, System.Boolean, ValueError or null if the formula is invalid or the formula evaluates to a reference to an empty cell. (Inherited from SpreadsheetGear.ISheet)
 MethodEvaluates the specified comma separated list of expressions and returns the result(s) as an array of objects, where each object is a System.Double, System.String, System.Boolean or ValueError. null is returned if any of the expressions is invalid or if any of the expressions evaluates to a reference to an empty cell. (Inherited from SpreadsheetGear.ISheet)
 MethodMoves this sheet to come after the specified sheet. (Inherited from SpreadsheetGear.ISheet)
 MethodMoves this sheet to come before the specified sheet. (Inherited from SpreadsheetGear.ISheet)
 MethodEnables protection for this chart sheet with the optional password and protect* options.  
 MethodSelects the sheet. (Inherited from SpreadsheetGear.ISheet)
 MethodDisables protection for the chart sheet with the specified password.  
Top
See Also

Reference

IChartSheet Interface
SpreadsheetGear Namespace