Click or drag to resize

XlsWorksheetsCollection Item Property (Int32)

Returns a single object from a collection. Read-only.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IWorksheet this[
	int Index
] { get; }

Parameters

Index
Type: System Int32

Property Value

Type: IWorksheet

Implements

IWorksheets Item Int32
See Also