Click or drag to resize

ExcelWorksheetsCollectionItem(String) Property

Gets the worksheet with the specified name from the collection.

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

Parameters

worksheetName  String
 

Property Value

ExcelWorksheet
See Also