Click or drag to resize

ExcelWorksheetsCollectionItem(Int32) Property

Gets the worksheet at worksheetIndex from the collection.

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

Parameters

worksheetIndex  Int32
 

Property Value

ExcelWorksheet
See Also