ExcelWorksheetCollectionActiveWorksheet Property |
Gets or sets active worksheet.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic ExcelWorksheet ActiveWorksheet { get; set; }
Public Property ActiveWorksheet As ExcelWorksheet
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