SpreadsheetGear 2023
AddAfter Method (IChartSheets)


SpreadsheetGear Namespace > IChartSheets Interface : AddAfter Method
The sheet to insert the newly created chart sheet after.
Creates a new chart sheet and inserts it after the specified sheet.
Syntax
'Declaration
 
Function AddAfter( _
   ByVal sheet As ISheet _
) As IChartSheet
'Usage
 
Dim instance As IChartSheets
Dim sheet As ISheet
Dim value As IChartSheet
 
value = instance.AddAfter(sheet)
IChartSheet AddAfter( 
   ISheet sheet
)

Parameters

sheet
The sheet to insert the newly created chart sheet after.

Return Value

The newly created chart sheet.
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
Add Method
AddBefore Method