Returns the 0-based index of the worksheet that contains the specified area, or -1 if the worksheet that contained the area doesn't exist anymore.

 public int WorksheetIndex{ get; }
Public ReadOnly Property WorksheetIndex() As Integer
int sheetNum = a.WorksheetIndex;
Dim sheetNum As Integer = a.WorksheetIndex