'Usage Dim instance As WorksheetCollection Dim sheet As Worksheet Dim newIndex As Integer instance.SetSheetIndex(sheet, newIndex)
Parameters
- sheet
- The worksheet to be set index.
- newIndex
- The new index for the specified worksheet.
'Usage Dim instance As WorksheetCollection Dim sheet As Worksheet Dim newIndex As Integer instance.SetSheetIndex(sheet, newIndex)