'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)
Parameters
- sheet
- The worksheet to be set index.
- newIndex
- The new index for the specified worksheet.