Click or drag to resize

WorksheetsCollection Item Property (String)

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

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Worksheet this[
	string sheetName
] { get; }

Parameters

sheetName
Type: System String

Property Value

Type: Worksheet
See Also