Winnovative Excel Library

ExcelWorkbookActiveSheetIndex Property

Winnovative Excel Library Documentation
Gets or sets the active sheet index. The index is zero based. The property can be set with a non-negative value. Returns a negative value when no sheet is active in the workbook.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public int ActiveSheetIndex { get; set; }

Property Value

Type: Int32
See Also

Reference