Share

IGoExcel.FindColumn Method (String, Int32)

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: 29.0

Syntax

VB

Function FindColumn ( 
	columnName As String,
	startColumn As Integer
) As Integer

C#

int FindColumn(
	string columnName,
	int startColumn
)

Parameters

columnName
Type: System.String
The column name to look for.
startColumn
Type: System.Int32
The column index (1-based) in which to start the search.

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?