ExcelWorkbookActiveSheetIndex Property
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.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public int ActiveSheetIndex { get; set; }
Public Property ActiveSheetIndex As Integer
Get
Set
public:
property int ActiveSheetIndex {
int get ();
void set (int value);
}
member ActiveSheetIndex : int with get, set
Property Value
Int32