SpreadsheetGear 2023
MoveAfter Method (ISheet)


SpreadsheetGear Namespace > ISheet Interface : MoveAfter Method
The sheet to place this sheet after.
Moves this sheet to come after the specified sheet.
Syntax
'Declaration
 
Function MoveAfter( _
   ByVal sheet As ISheet _
) As ISheet
'Usage
 
Dim instance As ISheet
Dim sheet As ISheet
Dim value As ISheet
 
value = instance.MoveAfter(sheet)
ISheet MoveAfter( 
   ISheet sheet
)

Parameters

sheet
The sheet to place this sheet after.

Return Value

The moved 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

ISheet Interface
ISheet Members
CopyAfter Method
CopyBefore Method
Delete Method
MoveBefore Method
Add Method
AddAfter Method
AddBefore Method