WorksheetCollection.ActiveSheetIndex

WorksheetCollection.ActiveSheetIndex property

Represents the index of active worksheet when the spreadsheet is opened.

public int ActiveSheetIndex { get; set; }

Remarks

Sheet index is zero based.

See Also