Spread Windows Forms 12.0 Product Documentation
Move Method (IWorksheet)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface : Move Method
An integer value indicates the specified position.
Moves this IWorksheet to the specified position in the IWorksheet collection of the Workbook.
Syntax
'Declaration
 
Sub Move( _
   ByVal position As Integer _
) 
'Usage
 
Dim instance As IWorksheet
Dim position As Integer
 
instance.Move(position)
void Move( 
   int position
)

Parameters

position
An integer value indicates the specified position.
See Also

Reference

IWorksheet Interface
IWorksheet Members