SpreadsheetGear 2017
MoveBefore Method (ISheet)






SpreadsheetGear Namespace > ISheet Interface : MoveBefore Method
The sheet to place this sheet before.
Moves this sheet to come before the specified sheet.
Syntax
'Declaration
 
Function MoveBefore( _
   ByVal sheet As ISheet _
) As ISheet
'Usage
 
Dim instance As ISheet
Dim sheet As ISheet
Dim value As ISheet
 
value = instance.MoveBefore(sheet)
ISheet MoveBefore( 
   ISheet sheet
)
function MoveBefore( 
    sheet: ISheet
): ISheet; 
function MoveBefore( 
   sheet : ISheet
) : ISheet;
ISheet* MoveBefore( 
   ISheet* sheet
) 
ISheet^ MoveBefore( 
   ISheet^ sheet
) 

Parameters

sheet
The sheet to place this sheet before.

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
MoveAfter Method
Add Method
AddAfter Method
AddBefore Method