Spread Silverlight Documentation
SetSheetIndex Method


GrapeCity.Windows.SpreadSheet.Data Namespace > WorksheetCollection Class : SetSheetIndex Method
The worksheet to be set index.
The new index for the specified worksheet.
Set the specified worsheet to an given new index.
Syntax
'Declaration
 
Public Sub SetSheetIndex( _
   ByVal sheet As Worksheet, _
   ByVal newIndex As System.Integer _
) 
'Usage
 
Dim instance As WorksheetCollection
Dim sheet As Worksheet
Dim newIndex As System.Integer
 
instance.SetSheetIndex(sheet, newIndex)
public void SetSheetIndex( 
   Worksheet sheet,
   System.int newIndex
)

Parameters

sheet
The worksheet to be set index.
newIndex
The new index for the specified worksheet.
See Also

Reference

WorksheetCollection Class
WorksheetCollection Members