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