Item Property (index)

Yogesh.ExcelXml

A Sandcastle Documented Class Library Item Property (index)
NamespacesYogesh.ExcelXmlExcelXmlWorkbookItem[([(Int32])])
Returns the sheet at a given position
Declaration Syntax
C# Visual Basic Visual C++
public Worksheet this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Worksheet
public:
property Worksheet^ default[int index] {
	Worksheet^ get (int index);
}
Parameters
index (Int32)
Index of the Worksheet starting from 0
Return Value
Worksheet reference to the requested sheet

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158