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: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic int ActiveSheetIndex { get; set; }Public Property ActiveSheetIndex As Integer
Get
Set
Property Value
Int32
See Also