Click or drag to resize

ExcelWorksheetsCollectionItem Property (String)

Gets the worksheet with the specified name from the collection.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelWorksheet this[
	string worksheetName
] { get; }

Parameters

worksheetName
Type: SystemString

Property Value

Type: ExcelWorksheet
See Also