SpreadsheetGear 2023
Add Method (IChartSheets)


SpreadsheetGear Namespace > IChartSheets Interface : Add Method
Returns a newly created chart sheet which is added to the end of the workbook's sheet collection.
Syntax
'Declaration
 
Function Add() As IChartSheet
'Usage
 
Dim instance As IChartSheets
Dim value As IChartSheet
 
value = instance.Add()
IChartSheet Add()

Return Value

The newly created chart sheet.
Remarks
The new chart sheet is created as the last chart sheet in the workbook.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChartSheets Interface
IChartSheets Members
CopyAfter Method
CopyBefore Method
Delete Method
MoveAfter Method
MoveBefore Method
AddAfter Method
AddBefore Method