Item Property (colIndex, rowIndex)

Yogesh.ExcelXml

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

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