SpreadsheetGear 2023
AddBefore Method (IChartSheets)


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

Parameters

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

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
AddAfter Method