Returns the column at a given position

Declaration Syntax
C# |
Visual Basic |
Visual C++ |
public Column Columns(
int colIndex
)
Public Function Columns ( _
colIndex As Integer _
) As Column
public:
Column^ Columns(
int colIndex
)

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

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