Click or drag to resize

ExcelWorksheetsCollectionItem Property (Int32)

Gets the worksheet at worksheetIndex from the collection.

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

Parameters

worksheetIndex
Type: SystemInt32

Property Value

Type: ExcelWorksheet
See Also