Share

IGoExcel.FindColumn Method (String)

Find a column by name. The name is the value of the cell in the TitleRow.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Function FindColumn ( 
	columnName As String
) As Integer

C#

int FindColumn(
	string columnName
)

Parameters

columnName
Type: System.String
The column name to look for.

Return Value

Type: Int32
The column index (1-based). If the column is not found, an exception (error) will be thrown.

See Also

Reference

Was this information helpful?