Item Property (rowIndex)

Yogesh.ExcelXml

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

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