IndexOf Method (columnName)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation IndexOf Method (columnName)
Gets the index of a column within the collection.
Declaration Syntax
C# Visual Basic Visual C++
public int IndexOf(
	string columnName
)
Public Function IndexOf ( 
	columnName As String
) As Integer
public:
int IndexOf(
	String^ columnName
)
Parameters
columnName (String)
case-sensitive name of the column to look for
Return Value
Int32
0-based index of the column, or -1 if not found

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)