Click or drag to resize

ExcelWorksheetCollectionItem(Int32) Property

Gets the worksheet with the specified index.

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

Parameters

index  Int32
The index of the worksheet.

Property Value

ExcelWorksheet
See Also