ExcelWorksheetCollectionItem(String) Property |
Gets the worksheet with the specified name.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic ExcelWorksheet this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As ExcelWorksheet
Get
Parameters
- name String
- The name of the worksheet.
Property Value
ExcelWorksheet
See Also