Click or drag to resize

ExcelWorksheetCollectionItem(String) Property

Gets the worksheet with the specified name.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntax
public ExcelWorksheet this[
	string name
] { get; }

Parameters

name  String
The name of the worksheet.

Property Value

ExcelWorksheet
See Also