Returns the 0-based index of the worksheet in the collection of all sheets in the workbook.

public int Position{ get; }
Public ReadOnly Property Position() As Integer
int sheetPosition = ws.Position;
Dim sheetPosition As Integer = ws.Position