![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
Item Property (columnIndex)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ColumnCollection ► Item[([( Int32])])
Gets information about a specific column in the collection.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ | F# |
public ColumnInfo this[ int columnIndex ] { get; }
Public ReadOnly Default Property Item ( columnIndex As Integer ) As ColumnInfo Get
public: property ColumnInfo^ default[int columnIndex] { ColumnInfo^ get (int columnIndex); }
member Item : ColumnInfo with get
![](collapse_all.gif)
- columnIndex (Int32)
- 1-based index into the column collection
![](collapse_all.gif)
![](collapse_all.gif)
Exception | Condition |
---|---|
ArgumentOutOfRangeException | columnIndex is less
than 1 or greater than the number of columns in the collection |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)