Returns the cell at a given position

Declaration Syntax
C# |
Visual Basic |
Visual C++ |
public Cell this[
int colIndex
] { get; }
Public ReadOnly Default Property Item ( _
colIndex As Integer _
) As Cell
public:
property Cell^ default[int colIndex] {
Cell^ get (int colIndex);
}

Parameters
- colIndex (Int32)
- Index of the Cell starting from 0

Return Value
Cell reference to the requested cell
Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158