Click or drag to resize

ExcelWorksheetCollectionActiveWorksheet Property

Gets or sets active worksheet.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public ExcelWorksheet ActiveWorksheet { get; set; }

Property Value

ExcelWorksheet
Remarks
Active worksheet is the one selected when file is opened with Microsoft Excel. By default active worksheet is the first one added with Add method.
See Also