Click or drag to resize

XlsRange FindWorksheet Method

Finds the worksheet by the given sheet name.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected IWorksheet FindWorksheet(
	string sheetName
)

Parameters

sheetName
Type: System String
The name of the worksheet to find.

Return Value

Type: IWorksheet
The worksheet if found, otherwise throws an ArgumentOutOfRangeException.
See Also